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] fab7f496da503d83b91042c656a712f425306f76 Change-Id: Ibe2577e266d59aabee756458d27cdf955f1aae96
This commit is contained in:
parent
2eea9e71a1
commit
5ed0aa79e4
@ -35,7 +35,7 @@ class cinder::deps {
|
||||
|
||||
# policy config should occur in the config block also.
|
||||
Anchor['cinder::config::begin']
|
||||
-> Openstacklib::Policy::Base<||>
|
||||
-> Openstacklib::Policy<||>
|
||||
~> Anchor['cinder::config::end']
|
||||
|
||||
# On any uwsgi config change, we must restart Cinder API.
|
||||
|
Loading…
x
Reference in New Issue
Block a user