Merge "Fix cellv2 role handler"

changes/96/686196/24
Zuul 4 years ago committed by Gerrit Code Review
commit 00c45cf3c6

@ -15,6 +15,7 @@
# under the License.
- name: nova restart podman
become: true
systemd:
name: "{{ item }}"
state: restarted
@ -22,8 +23,9 @@
- tripleo_nova_api
- tripleo_nova_conductor
- tripleo_nova_scheduler
when: containercli == "podman"
when: tripleo_cellv2_containercli == "podman"
- name: nova restart docker
become: true
command: docker restart nova_api nova_scheduler nova_conductor
when: containercli == "docker"
when: tripleo_cellv2_containercli == "docker"

Loading…
Cancel
Save