0bd60388a8
Support for deploying neutron-lbaas was removed in the Train release. We no longer need the task to remove the container in the upgrade process. Change-Id: Ie336f68c710616de29f34dd4011e137ec056973b
7 lines
174 B
YAML
7 lines
174 B
YAML
---
|
|
- include_tasks: rolling_upgrade.yml
|
|
when: neutron_enable_rolling_upgrade | bool
|
|
|
|
- include_tasks: legacy_upgrade.yml
|
|
when: not neutron_enable_rolling_upgrade | bool
|