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
9 lines
222 B
YAML
9 lines
222 B
YAML
---
|
|
- 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
|