Merge "Add missing dependency of gnocchi_api_paste_ini"

This commit is contained in:
Zuul 2021-12-08 01:49:04 +00:00 committed by Gerrit Code Review
commit dc0af1eccc
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ class gnocchi::deps {
~> Service<| tag == 'gnocchi-service' |>
~> anchor { 'gnocchi::service::end': }
# paste-api.ini config should occur in the config block also.
Anchor['gnocchi::config::begin']
-> Gnocchi_api_paste_ini<||>
~> Anchor['gnocchi::config::end']
# policy config should occur in the config block also.
Anchor['gnocchi::config::begin']
-> Openstacklib::Policy<||>