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

Change-Id: Ie9c8fa687ca57d7bc49d6f35941efbc94a3f5344
This commit is contained in:
Takashi Kajinami
2021-11-29 09:57:45 +09:00
parent 0409934ace
commit 8a42cefcb3

View File

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