compute/ceilometer: use internalURL for os endpoint type
authorEmilien Macchi <emilien@redhat.com>
Fri, 30 Oct 2015 13:39:47 +0000 (22:39 +0900)
committerEmilien Macchi <emilien@redhat.com>
Fri, 30 Oct 2015 13:39:47 +0000 (22:39 +0900)
To let ceilometer access to keystone endpoints, use internalURL instead of
publicURL for security & performances reasons.

Change-Id: I6677f40038d6adf36b4f0375484b6ef2e16869e3

puppet/hieradata/compute.yaml

index 4a94c23..16aeb98 100644 (file)
@@ -16,5 +16,6 @@ nova::compute::rbd::libvirt_images_rbd_pool: 'vms'
 nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}"
 
 ceilometer::agent::auth::auth_tenant_name: 'service'
+ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
 
 compute_classes: []