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] fab7f496da

Change-Id: Ibe2577e266d59aabee756458d27cdf955f1aae96
This commit is contained in:
Takashi Kajinami 2021-11-29 09:29:00 +09:00
parent 2eea9e71a1
commit 5ed0aa79e4
1 changed files with 1 additions and 1 deletions

View File

@ -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.