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] ab183463c3

Change-Id: I0fb35f63c05b30b9c980c12a7411a27589ce1b1e
This commit is contained in:
Takashi Kajinami
2021-11-29 09:30:27 +09:00
parent 6e0ecf4363
commit dcd3ab3ba7

View File

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