Merge "Fix neutron upgrade using host limit without controllers"

This commit is contained in:
Zuul 2021-09-20 23:11:19 +00:00 committed by Gerrit Code Review
commit daf2a39643

View File

@ -56,8 +56,8 @@
common_options: "{{ docker_common_options }}" common_options: "{{ docker_common_options }}"
name: "{{ neutron_server.container_name }}" name: "{{ neutron_server.container_name }}"
when: when:
- is_stop_neutron_server|length > 0
- neutron_server.host_in_groups | bool - neutron_server.host_in_groups | bool
- is_stop_neutron_server|length > 0
notify: notify:
- "Restart neutron-server container" - "Restart neutron-server container"