Merge "Add missing dependencies about keystone_puppet_config" into stable/victoria

This commit is contained in:
Zuul 2020-11-25 05:03:57 +00:00 committed by Gerrit Code Review
commit a981ee4a86
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ class keystone::deps {
~> Service<| tag == 'keystone-service' |>
~> anchor { 'keystone::service::end': }
# credential file for keystone api access should be generated during
# configuration phase
Anchor['keystone::config::begin']
-> Keystone_puppet_config<||>
~> Anchor['keystone::config::end']
# all cache settings should be applied and all packages should be installed
# before service startup
Oslo::Cache<||> -> Anchor['keystone::service::begin']