Skip to content

Commit

Permalink
Fix playbook stopping wrong services
Browse files Browse the repository at this point in the history
Similar fix to #1073.
  • Loading branch information
priteau committed Dec 20, 2024
1 parent 99b60aa commit d44eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/stop-openstack-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
tasks:
- name: Stop OpenStack services
shell: >-
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 comments on commit d44eec0

Please sign in to comment.