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] 90b0277466

Change-Id: I29c1ceb8b9259e96e981567e5c97b9bae85d9f85
This commit is contained in:
Takashi Kajinami 2021-11-29 09:48:38 +09:00
parent 102f8d7fca
commit 01c96c0160
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class keystone::deps {
# policy config should occur in the config block also.
Anchor['keystone::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['keystone::config::end']
# Support packages need to be installed in the install phase, but we don't