Skip to content

Commit

Permalink
Merge pull request #1433 from stackhpc/fix-stop-openstack-services-grep
Browse files Browse the repository at this point in the history
Fix playbook stopping wrong services
  • Loading branch information
Alex-Welsh authored Dec 24, 2024
2 parents aa97907 + d44eec0 commit 87969e5
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 87969e5

Please sign in to comment.