kolla-ansible/releasenotes/notes/ml2ovs_precheck-c859504004f6884b.yaml
Rafal Lewandowski d3d67dc02c Add ML2/OVN and ML2/OVS setting checks for neutron
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
2023-09-26 21:24:12 +02:00

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.