Fix default boolean value for configure_endpoint.

This commit is contained in:
John Chilton 2012-05-03 16:21:26 -05:00
parent f1df5e64d1
commit db28c354ca
1 changed files with 1 additions and 1 deletions

View File

@ -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',