From: François Charlier Date: Mon, 17 Dec 2012 16:31:19 +0000 (+0100) Subject: Rename default tenant to 'services' instead of 'service' X-Git-Tag: grizzly-eol~32 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e2231ffa662005c9d2ab8d1a074968c819dc8adc;p=puppet-modules%2Fpuppet-ceilometer.git Rename default tenant to 'services' instead of 'service' --- diff --git a/manifests/agent/central.pp b/manifests/agent/central.pp index ad77deb..ca8061b 100644 --- a/manifests/agent/central.pp +++ b/manifests/agent/central.pp @@ -6,7 +6,7 @@ class ceilometer::agent::central( $auth_region = 'RegionOne', $auth_user = 'ceilometer', $auth_password = 'password', - $auth_tenant_name = 'service', + $auth_tenant_name = 'services', $auth_tenant_id = '', $enabled = true, ) { diff --git a/manifests/agent/compute.pp b/manifests/agent/compute.pp index f0f93e6..874dabd 100644 --- a/manifests/agent/compute.pp +++ b/manifests/agent/compute.pp @@ -6,7 +6,7 @@ class ceilometer::agent::compute( $auth_region = 'RegionOne', $auth_user = 'ceilometer', $auth_password = 'password', - $auth_tenant_name = 'service', + $auth_tenant_name = 'services', $auth_tenant_id = '', $enabled = true, ) {