Skip to content

Commit 3d8ae1e

Browse files
priteauyoctozepto
authored andcommitted
Fix neutron upgrade using host limit without controllers
When running kolla-ansible upgrade with a host limit that does not include controllers, the neutron upgrade fails. Change-Id: I7125a6ef1f180db6997026ff27e84feb04ee239d Closes-Bug: #1939691 (cherry picked from commit 72e0673)
1 parent 744c9af commit 3d8ae1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/neutron/tasks/rolling_upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
common_options: "{{ docker_common_options }}"
5757
name: "{{ neutron_server.container_name }}"
5858
when:
59-
- is_stop_neutron_server|length > 0
6059
- neutron_server.host_in_groups | bool
60+
- is_stop_neutron_server|length > 0
6161
notify:
6262
- "Restart neutron-server container"
6363

0 commit comments

Comments
 (0)