Merge "Add missing dependency of sahara_api_paste_ini"

This commit is contained in:
Zuul 2021-12-08 22:46:50 +00:00 committed by Gerrit Code Review
commit 83ad235f98
1 changed files with 5 additions and 0 deletions

View File

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