neutron: start services after rabbitmq resources
To make sure Neutron can connect to RabbitMQ the first time, manage the RabbitMQ resources before starting Neutron. It will avoid some errors when agents try to start and reach RabbitMQ not ready yet. Change-Id: Ic675b92be22002f11e17ee328c4dddcf4d7ee831
This commit is contained in:
parent
e1e946a5eb
commit
f8e1f1b9c3
@ -24,6 +24,7 @@ class openstack_integration::neutron (
|
||||
provider => 'rabbitmqctl',
|
||||
require => Class['::rabbitmq'],
|
||||
}
|
||||
Rabbitmq_user_permissions['neutron@/'] -> Service<| tag == 'neutron-service' |>
|
||||
|
||||
case $driver {
|
||||
'openvswitch': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user