diff --git a/manifests/profile/base/gnocchi/api.pp b/manifests/profile/base/gnocchi/api.pp index 2626c7a69..e0af551b2 100644 --- a/manifests/profile/base/gnocchi/api.pp +++ b/manifests/profile/base/gnocchi/api.pp @@ -126,7 +126,7 @@ class tripleo::profile::base::gnocchi::api ( include ::swift::deps # Ensure we have swift proxy available before running gnocchi-upgrade # as storage is initialized at this point. - Anchor<| title == 'swift::service::end' |> ~> Class['Gnocchi::db::sync'] + Anchor<| title == 'swift::service::end' |> ~> Anchor['gnocchi::dbsync::begin'] } } 'file': { include ::gnocchi::storage::file }