From d3a07cc1ef0a3a65e4dde6b348d351677c0f2f34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Charlier?= Date: Fri, 14 Dec 2012 11:13:44 +0100 Subject: [PATCH] Fix style --- manifests/keystone/auth.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.45.2