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] 4bb6e9bfe8

Change-Id: I9cd9bb5775322ddc1803d2809fa6153fb2d7f9ca
This commit is contained in:
Takashi Kajinami 2021-11-29 09:56:56 +09:00
parent 2fb4a5b1e0
commit 3513ff3dab

View File

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