From 0bd60388a8599da1d2118388d8fe49dadea5b7e9 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 14 Nov 2019 11:48:56 +0000 Subject: [PATCH] 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 --- ansible/roles/neutron/tasks/upgrade.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ansible/roles/neutron/tasks/upgrade.yml b/ansible/roles/neutron/tasks/upgrade.yml index 5c2021d80a..9e9355b7da 100644 --- a/ansible/roles/neutron/tasks/upgrade.yml +++ b/ansible/roles/neutron/tasks/upgrade.yml @@ -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