From 05f5e6c7a953ccc00c8232489ab42b40b1e932a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Charlier?= Date: Thu, 10 Jan 2013 16:54:31 +0100 Subject: [PATCH] Fix the auth_protocol keystone_authtoken parameter name --- manifests/api.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/api.pp b/manifests/api.pp index 94c4523..0e08193 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -39,7 +39,7 @@ class ceilometer::api( ceilometer_config { 'keystone_authtoken/auth_host' : value => $keystone_host; 'keystone_authtoken/auth_port' : value => $keystone_port; - 'keystone_authtoken/protocol' : value => $keystone_protocol; + 'keystone_authtoken/auth_protocol' : value => $keystone_protocol; 'keystone_authtoken/admin_tenant_name' : value => 'services'; 'keystone_authtoken/admin_user' : value => $keystone_user; 'keystone_authtoken/admin_password' : value => $keystone_password; -- 2.45.2