Skip to content

Commit 98a9d28

Browse files
authored
Merge pull request #1323 from stackhpc/2023.1-rabbitmq-reset-fix
Backport: Fix rabbitmq-reset.yml trying to restart wrong services
2 parents d6acc56 + 9d34477 commit 98a9d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/rabbitmq-reset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
# The following services use RabbitMQ.
6969
- name: Restart OpenStack services
7070
shell: >-
71-
systemctl -a | egrep '(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia)' | awk '{ print $1 }' | xargs systemctl restart
71+
systemctl -a | egrep 'kolla-(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia)' | awk '{ print $1 }' | xargs systemctl restart

0 commit comments

Comments
 (0)