-
Rafal Lewandowski authored
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
Rafal Lewandowski authoredIt 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
upgrade.yml 222 B
---
- import_tasks: neutron_plugin_agent_check.yml
- include_tasks: rolling_upgrade.yml
when: neutron_enable_rolling_upgrade | bool
- include_tasks: legacy_upgrade.yml
when: not neutron_enable_rolling_upgrade | bool