Skip to content

Commit

Permalink
Merge pull request #1073 from stackhpc/hammer-fix
Browse files Browse the repository at this point in the history
Fix rabbitmq-reset.yml trying to restart wrong services
  • Loading branch information
darmach committed Sep 11, 2024
2 parents e734c8e + 775d5d9 commit c28bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/rabbitmq-reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@
# The following services use RabbitMQ.
- name: Restart OpenStack services
shell: >-
systemctl -a | egrep '(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia)' | awk '{ print $1 }' | xargs systemctl restart
systemctl -a | egrep 'kolla-(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia)' | awk '{ print $1 }' | xargs systemctl restart

0 comments on commit c28bb98

Please sign in to comment.