AMQP server is unreachable 79/2679/1
authorbaigk <baiguoku@huawei.com>
Wed, 21 Oct 2015 02:40:10 +0000 (10:40 +0800)
committerbaigk <baiguoku@huawei.com>
Wed, 21 Oct 2015 02:40:10 +0000 (10:40 +0800)
JIRA: COMPASS-111

Change-Id: Ibaf5fb326570c87da8a2e59d0e6d10c0844ff3c0
Signed-off-by: baigk <baiguoku@huawei.com>
deploy/adapters/ansible/roles/ceilometer_compute/templates/ceilometer.j2
deploy/adapters/ansible/roles/ceilometer_controller/templates/ceilometer.j2
deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2

index d3ee52a..716317d 100644 (file)
@@ -2,6 +2,7 @@
 verbose = True
 rpc_backend = rabbit
 rabbit_host = {{ internal_vip.ip }}
+rabbit_userid = {{ RABBIT_USER }}
 rabbit_password = {{ RABBIT_PASS }}
 
 [publisher]
index 09ca527..c299388 100644 (file)
@@ -1,6 +1,7 @@
 [DEFAULT]
 rpc_backend = rabbit
 rabbit_host = {{ internal_vip.ip }}
+rabbit_userid = {{ RABBIT_USER }}
 rabbit_password = {{ RABBIT_PASS }}
 auth_strategy = keystone
 verbose = True
index c34f5d8..616e7e0 100644 (file)
@@ -2,4 +2,5 @@
 notification_driver = messagingv2
 rpc_backend = rabbit
 rabbit_host = {{ internal_vip.ip }}
+rabbit_userid = {{ RABBIT_USER }}
 rabbit_password = {{ RABBIT_PASS }}