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 e734c8e + 775d5d9 commit c28bb98Copy full SHA for c28bb98
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