Use Anchor instead of specific service resource

Change-Id: I7b127a72a910c9654a9da90b7c213337f99a8ff4
This commit is contained in:
Takashi Kajinami 2022-01-27 09:07:59 +09:00
parent 137ab3c0b6
commit b2584fc781
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ define glance::backend::multistore::swift(
include swift::client
Class['swift::client'] -> Anchor['glance::install::end']
Anchor['swift::service::end'] -> Service['glance-api']
Anchor['swift::service::end'] -> Anchor['glance::service::end']
if $swift_store_config_file != undef {
warning('The swift_store_config_file parameter is deprecated')