rabbitmq: make sure RabbitMQ resources are created before running OpenStack
OpenStack services need RabbitMQ ready before starting, otherwise we will randomly have this issue: (...)closed the connection. Check login credentials: Socket closed Change-Id: I55017c6a3eb91e96136c0928045136f423866aa2
This commit is contained in:
parent
62eb545ad9
commit
7a3c110294
@ -21,4 +21,5 @@ class openstack_integration::rabbitmq {
|
|||||||
require => Class['::rabbitmq'],
|
require => Class['::rabbitmq'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rabbitmq_user_permissions<||> -> Package <| tag == 'openstack' |>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user