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
1 changed files with 1 additions and 1 deletions

View File

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