Merge "Fix dependencies related to openstacklib::policy"

This commit is contained in:
Zuul 2022-05-23 15:59:27 +00:00 committed by Gerrit Code Review
commit 175ca29fab
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class {{cookiecutter.project_name}}::deps {
# policy config should occur in the config block also.
Anchor['{{cookiecutter.project_name}}::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['{{cookiecutter.project_name}}::config::end']
# Installation or config changes will always restart services.