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