Merge "Fix catalog compilation when not configuring endpoint"

This commit is contained in:
Jenkins 2015-03-19 22:35:08 +00:00 committed by Gerrit Code Review
commit 861117a3e3

View File

@ -132,7 +132,9 @@ class nova::keystone::auth(
fail('nova::keystone::auth parameters service_name and service_name_v3 must be different.')
}
Keystone_endpoint["${region}/${real_service_name}"] ~> Service <| name == 'nova-api' |>
if $configure_endpoint {
Keystone_endpoint["${region}/${real_service_name}"] ~> Service <| name == 'nova-api' |>
}
keystone::resource::service_identity { "nova service, user ${auth_name}":
configure_user => $configure_user,