From db28c354cae699c1e3fa2855c90d6a36c6962f3b Mon Sep 17 00:00:00 2001 From: John Chilton Date: Thu, 3 May 2012 16:21:26 -0500 Subject: [PATCH] Fix default boolean value for configure_endpoint. --- manifests/keystone/auth.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index ed13da5a..2f0280f0 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -17,7 +17,7 @@ class glance::keystone::auth( $auth_name = 'glance', $password = 'glance_password', - $configure_endpoint = 'true', + $configure_endpoint = true, $service_type = 'image', $public_address = '127.0.0.1', $admin_address = '127.0.0.1',