Add missing dependency of gnocchi_api_paste_ini

Closes-Bug: #1952009
Change-Id: I77780e43a9081f22cb7197be3d826bf0e7481071
This commit is contained in:
Takashi Kajinami 2021-11-24 09:23:05 +09:00
parent 5a3035d9eb
commit 8cf4ddc94c
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::Base<||>