We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b420af + c38eb40 commit d524885Copy full SHA for d524885
etc/kayobe/ansible/stop-openstack-services.yml
@@ -26,4 +26,4 @@
26
tasks:
27
- name: Stop OpenStack services
28
shell: >-
29
- systemctl -a | egrep '({{ stop_service_list | join('|') }})' | awk '{ print $1 }' | xargs systemctl stop
+ systemctl -a | egrep 'kolla-({{ stop_service_list | join('|') }})' | awk '{ print $1 }' | xargs systemctl stop
0 commit comments