Merge "Remove transitional support for neutron-lbaas removal"

This commit is contained in:
Zuul 2019-11-15 12:17:09 +00:00 committed by Gerrit Code Review
commit 287a41aa7f
1 changed files with 0 additions and 9 deletions

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