controller/ceilometer: use internalURL for os endpoint type
authorEmilien Macchi <emilien@redhat.com>
Mon, 21 Sep 2015 19:22:54 +0000 (15:22 -0400)
committerEmilien Macchi <emilien@redhat.com>
Mon, 19 Oct 2015 14:36:14 +0000 (14:36 +0000)
To let ceilometer access to keystone endpoints, use internalURL instead
of publicURL for security & performances reasons.

Ceilometer services (API, agents) will use internalURL endpoint to talk
to other services (keystone, neutron, etc).

Change-Id: I4cb843400f244cd34bbae4bc76371977780c7943

puppet/hieradata/controller.yaml

index b659ed7..8a37932 100644 (file)
@@ -75,6 +75,9 @@ nova::api::default_floating_pool: 'public'
 nova::api::osapi_v3: true
 nova::scheduler::filter::ram_allocation_ratio: '1.0'
 
+# ceilometer
+ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
+
 # cinder
 cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler