Skip to content

Commit d44eec0

Browse files
committed
Fix playbook stopping wrong services
Similar fix to #1073.
1 parent 99b60aa commit d44eec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/stop-openstack-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
tasks:
2727
- name: Stop OpenStack services
2828
shell: >-
29-
systemctl -a | egrep '({{ stop_service_list | join('|') }})' | awk '{ print $1 }' | xargs systemctl stop
29+
systemctl -a | egrep 'kolla-({{ stop_service_list | join('|') }})' | awk '{ print $1 }' | xargs systemctl stop

0 commit comments

Comments
 (0)