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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user