d3d67dc02c
It will check the setting of neutron_plugin_agent, if it is set to "ovn" or "openvswitch", and run container and volume checks to make sure the other agent was not already deployed. Change-Id: Ie00572f3ff9d3500abd5519bd472e2134c318886
10 lines
374 B
YAML
10 lines
374 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a neutron check for ML2/OVS and ML2/OVN presence
|
|
at the start of deploy phase. It will fail if
|
|
neutron_plugin_agent is set to ``ovn`` and use of ML2/OVS
|
|
container detected. In case where neutron_plugin_agent
|
|
is set to ``openvswitch`` the check will fail when it detects
|
|
ML2/OVN container or any of the OVN specific volumes.
|