Use anchor to require swift services

Change-Id: I92e296428236dce45e1ed73a4806c24003c1be7a
This commit is contained in:
Takashi Kajinami 2022-01-24 09:47:23 +09:00
parent 24b8c76e19
commit 4b4d7d9a5a
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')