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:
parent
2fb4a5b1e0
commit
3513ff3dab
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user