Skip dependency on keystone endpoint if endpoint is not configured
Change-Id: Ic68cbca8768fa1efcffa17f66bd3040558b880fe
This commit is contained in:
parent
9885d6c067
commit
cfc1fc6ea2
@ -84,7 +84,9 @@ class barbican::keystone::auth (
|
|||||||
if $configure_user_role {
|
if $configure_user_role {
|
||||||
Keystone_user_role["${auth_name}@${tenant}"] ~> Anchor['barbican::service::end']
|
Keystone_user_role["${auth_name}@${tenant}"] ~> Anchor['barbican::service::end']
|
||||||
}
|
}
|
||||||
Keystone_endpoint["${region}/${service_name}::${service_type}"] ~> Anchor['barbican::service::end']
|
if $configure_endpoint {
|
||||||
|
Keystone_endpoint["${region}/${service_name}::${service_type}"] ~> Anchor['barbican::service::end']
|
||||||
|
}
|
||||||
|
|
||||||
keystone::resource::service_identity { 'barbican':
|
keystone::resource::service_identity { 'barbican':
|
||||||
configure_user => $configure_user,
|
configure_user => $configure_user,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user