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:
Mark Goddard 2019-11-14 11:48:56 +00:00
parent 8a003189ef
commit 0bd60388a8

View File

@ -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
when: neutron_enable_rolling_upgrade | bool