puppet4: ensure rabbitmq is ready before starting nova
Ensure RabbitMQ is ready before trying to start Nova services. it seems like if RabbitMQ is not ready after 16 attempts, some Nova services just crash. Change-Id: Iefbb018ccbecd999a124d760b29a36c9e7e8fcb7
This commit is contained in:
parent
67304625fa
commit
23b468acd7
@ -38,6 +38,7 @@ class openstack_integration::nova (
|
||||
provider => 'rabbitmqctl',
|
||||
require => Class['::rabbitmq'],
|
||||
}
|
||||
Rabbitmq_user_permissions['nova@/'] -> Service<| tag == 'nova-service' |>
|
||||
|
||||
class { '::nova::db::mysql':
|
||||
password => 'nova',
|
||||
|
Loading…
x
Reference in New Issue
Block a user