From e2231ffa662005c9d2ab8d1a074968c819dc8adc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Charlier?= Date: Mon, 17 Dec 2012 17:31:19 +0100 Subject: [PATCH] Rename default tenant to 'services' instead of 'service' --- manifests/agent/central.pp | 2 +- manifests/agent/compute.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, ) { -- 2.45.2