From 6921f7b33475198efcab31368b8794d070669e73 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 30 Oct 2015 22:39:47 +0900 Subject: 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 --- puppet/hieradata/compute.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata') 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: [] -- cgit 1.2.3-korg