Skip to content

Commit c38eb40

Browse files
authored
Merge pull request #1433 from stackhpc/fix-stop-openstack-services-grep
Fix playbook stopping wrong services
1 parent 3b420af commit c38eb40

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)