From f8e1f1b9c31fc3cc045a5dde314cf2cfe40e0807 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 2 Jun 2016 22:44:18 -0400 Subject: [PATCH] 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 --- manifests/neutron.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 6718b2914..ca254b411 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -24,6 +24,7 @@ class openstack_integration::neutron ( provider => 'rabbitmqctl', require => Class['::rabbitmq'], } + Rabbitmq_user_permissions['neutron@/'] -> Service<| tag == 'neutron-service' |> case $driver { 'openvswitch': {