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] 4fb1dd548b

Change-Id: I021cd2638fd9ecba0db9f195ef267d5d70f91c50
This commit is contained in:
Takashi Kajinami 2021-11-29 09:50:29 +09:00
parent 0ba949d60e
commit c9e6385942
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class manila::deps {
# policy config should occur in the config block also.
Anchor['manila::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['manila::config::end']
# On any uwsgi config change, we must restart Manila API.