diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-24 11:08:14 +0800 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2015-12-24 11:08:14 +0800 |
commit | 8e4418400bd3a45b751dc5a8867a0a53a9290ef8 (patch) | |
tree | 447d13b94f68d7e1aabe3ce586e819cf033ea2c0 /deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2 | |
parent | 6447ed5fe06bba5b973ba673780235d33c909302 (diff) |
bugfix: compass4nfv support ceilometer
JIRA: COMPASS-53
Change-Id: Ibc4203074009bdbde5d29849538e0a0bebb832bb
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2')
-rw-r--r-- | deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2 b/deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2 index 616e7e05..a513d2c1 100644 --- a/deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2 +++ b/deploy/adapters/ansible/roles/ceilometer_controller/templates/glance.j2 @@ -1,6 +1,8 @@ [DEFAULT] notification_driver = messagingv2 rpc_backend = rabbit + +[oslo_messaging_rabbit] rabbit_host = {{ internal_vip.ip }} rabbit_userid = {{ RABBIT_USER }} rabbit_password = {{ RABBIT_PASS }} |