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 e82e0feCopy full SHA for e82e0fe
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 | tr ' ' '\n' | egrep '^kolla-(barbican|blazar|cinder|cloudkitty|designate|heat|ironic|keystone|magnum|manila|neutron|nova|octavia).*-container\.service' | uniq
0 commit comments