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.
1 parent f4d30a9 commit 89b65e2Copy full SHA for 89b65e2
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 list-units --type=service --state=running | egrep '(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia)' | egrep -v ceph | awk '{ print $1 }' | xargs systemctl restart
0 commit comments