Merge "puppet4: ensure rabbitmq is ready before starting nova"

This commit is contained in:
Jenkins 2016-08-15 14:44:24 +00:00 committed by Gerrit Code Review
commit ceedda7e9e

View File

@ -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',