File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# Reset a broken RabbitMQ cluster.
3
- # Also restarts OpenStack services which may be broken .
3
+ # Also restarts all OpenStack services using RabbitMQ .
4
4
5
5
- name : Reset RabbitMQ
6
6
hosts : controllers
66
66
tags :
67
67
- restart-openstack
68
68
tasks :
69
- # The following services can have problems if the cluster gets broken .
69
+ # The following services use RabbitMQ .
70
70
- name : Restart OpenStack services
71
71
shell : >-
72
- docker ps -a | egrep '(cinder|heat|ironic|keystone|magnum|neutron|nova)' | awk '{ print $NF }' | xargs docker restart
72
+ docker ps -a | egrep '(barbican|blazar| cinder|cloudkitty|designate| heat|ironic|keystone|magnum|manila| neutron|nova|octavia )' | awk '{ print $NF }' | xargs docker restart
You can’t perform that action at this time.
0 commit comments