Fix dependencies related to openstacklib::policy

Since [1] was merged, not only openstacklib::poliy::base but also
openstacklib::policy::default is included to manage the policy file.
This change ensure openstacklib::policy::default is executed after
the packages are installed.

[1] 069148d9ce

Change-Id: Ib272a2ac5a3943d25996cc994b54bbaed9fce39f
This commit is contained in:
Takashi Kajinami 2021-11-29 09:31:28 +09:00
parent e1cba4a002
commit a371c5297f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class designate::deps {
# policy config should occur in the config block also.
Anchor['designate::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['designate::config::end']
# On any uwsgi config change, we must restart Designate APIs.