kolla-ansible/ansible/roles/neutron/tasks/upgrade.yml
Mark Goddard 0bd60388a8 Remove transitional support for neutron-lbaas removal
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
2019-11-14 11:48:56 +00:00

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