
The project has been retired and there will be no Train release [1]. This patch removes Neutron LBaaS support in Kolla. [1] https://review.opendev.org/#/c/658494/ Change-Id: Ic0d3da02b9556a34d8c27ca21a1ebb3af1f5d34c
16 lines
466 B
YAML
16 lines
466 B
YAML
---
|
|
# 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
|
|
|
|
- include_tasks: legacy_upgrade.yml
|
|
when: not neutron_enable_rolling_upgrade | bool
|