We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6acc56 + 9d34477 commit 98a9d28Copy full SHA for 98a9d28
etc/kayobe/ansible/rabbitmq-reset.yml
@@ -68,4 +68,4 @@
68
# The following services use RabbitMQ.
69
- name: Restart OpenStack services
70
shell: >-
71
- 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 commit comments