From: François Charlier Date: Fri, 14 Dec 2012 10:13:44 +0000 (+0100) Subject: Fix style X-Git-Tag: grizzly-eol~38 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d3a07cc1ef0a3a65e4dde6b348d351677c0f2f34;p=puppet-modules%2Fpuppet-ceilometer.git Fix style --- diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index 9b7c61a..0c5f285 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -50,10 +50,10 @@ class ceilometer::keystone::auth( keystone_service { $auth_name: ensure => present, type => $service_type, - description => "Openstack Metering Service", + description => 'Openstack Metering Service', } if $configure_endpoint { - keystone_endpoint { "${region}/$auth_name": + keystone_endpoint { "${region}/${auth_name}": ensure => present, public_url => "${public_protocol}://${public_address}:${port}/v1", admin_url => "http://${admin_address}:${port}/v1",