]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Fix the auth_protocol keystone_authtoken parameter name
authorFrançois Charlier <francois.charlier@enovance.com>
Thu, 10 Jan 2013 15:54:31 +0000 (16:54 +0100)
committerFrançois Charlier <francois.charlier@enovance.com>
Thu, 10 Jan 2013 15:54:31 +0000 (16:54 +0100)
manifests/api.pp

index 94c45234853ef189b658cc97ccee354a7fff25f7..0e081933dde201fde2b2703dbe178b2f4c168231 100644 (file)
@@ -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;