Skip to content

Commit d524885

Browse files
authored
Merge pull request #1435 from stackhpc/cherry-pick-15f44b-stackhpc/2023.1
Fix playbook stopping wrong services (cherry-pick #1433)
2 parents 3b420af + c38eb40 commit d524885

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)