Fix invalid dependencies

This fixes the invalid dependencies expecting the resource named
'ironic-server', which doesn't exist.

Change-Id: I285b4182c41fa51f26ee3cca7f76cdf90587f8ba
This commit is contained in:
Takashi Kajinami 2021-11-25 22:58:59 +09:00
parent 7a6c766c85
commit 4b27c00256
1 changed files with 2 additions and 2 deletions

View File

@ -112,10 +112,10 @@ class ironic::keystone::auth (
include ironic::deps
if $configure_user_role {
Keystone_user_role["${auth_name}@${tenant}"] ~> Service <| name == 'ironic-server' |>
Keystone_user_role["${auth_name}@${tenant}"] -> Anchor['ironic::service::end']
}
if $configure_endpoint {
Keystone_endpoint["${region}/${service_name}::${service_type}"] ~> Service <| name == 'ironic-server' |>
Keystone_endpoint["${region}/${service_name}::${service_type}"] -> Anchor['ironic::service::end']
}
keystone::resource::service_identity { 'ironic':