From: François Charlier Date: Thu, 10 Jan 2013 15:54:31 +0000 (+0100) Subject: Fix the auth_protocol keystone_authtoken parameter name X-Git-Tag: grizzly-eol~20 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=05f5e6c7a953ccc00c8232489ab42b40b1e932a6;p=puppet-modules%2Fpuppet-ceilometer.git Fix the auth_protocol keystone_authtoken parameter name --- 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;