From: Emilien Macchi Date: Fri, 30 Oct 2015 13:39:47 +0000 (+0900) Subject: compute/ceilometer: use internalURL for os endpoint type X-Git-Tag: opnfv-6.0.0~2331^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6921f7b33475198efcab31368b8794d070669e73;p=apex-tripleo-heat-templates.git compute/ceilometer: use internalURL for os endpoint type To let ceilometer access to keystone endpoints, use internalURL instead of publicURL for security & performances reasons. Change-Id: I6677f40038d6adf36b4f0375484b6ef2e16869e3 --- diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml index 4a94c237..16aeb98c 100644 --- a/puppet/hieradata/compute.yaml +++ b/puppet/hieradata/compute.yaml @@ -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: []