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
This commit is contained in:
parent
8a003189ef
commit
0bd60388a8
@ -1,13 +1,4 @@
|
|||||||
---
|
---
|
||||||
# TODO(mgoddard): Remove this in U cycle once all old containers have been
|
|
||||||
# stopped.
|
|
||||||
- name: Stopping old neutron-lbaas-agent containers
|
|
||||||
become: true
|
|
||||||
kolla_docker:
|
|
||||||
action: "stop_and_remove_container"
|
|
||||||
common_options: "{{ docker_common_options }}"
|
|
||||||
name: "neutron_lbaas_agent"
|
|
||||||
|
|
||||||
- include_tasks: rolling_upgrade.yml
|
- include_tasks: rolling_upgrade.yml
|
||||||
when: neutron_enable_rolling_upgrade | bool
|
when: neutron_enable_rolling_upgrade | bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user