Merge "Use anchor to require swift services"

This commit is contained in:
Zuul 2022-01-25 03:07:39 +00:00 committed by Gerrit Code Review
commit 137ab3c0b6
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']
Service<| tag == 'swift-service' |> -> Service['glance-api']
Anchor['swift::service::end'] -> Service['glance-api']
if $swift_store_config_file != undef {
warning('The swift_store_config_file parameter is deprecated')