Neutron role fails to properly disable neutron agents
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Confirmed
|
Low
|
Unassigned |
Bug Description
When using a different neutron_
This looks like it's due to the following being set.
neutron_
- router
- metering
and here is the logic that does the match and keeps the agent enabled that causes the play to fail.
neutron_l3: "{% if 'router' in neutron_plugin_base or 'neutron.
By doing an override and removing - router the play runs as expected.
tags: | added: agents neutron nuage |
We can indeed improve our documentation, or alternatively, make the code smarter.