Merge "Add missing dependency of designate_api_paste_ini"

This commit is contained in:
Zuul 2021-12-08 02:15:27 +00:00 committed by Gerrit Code Review
commit 17e730bbb3
1 changed files with 5 additions and 0 deletions

View File

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