Merge "Add missing dependency of heat_api_paste_ini"

This commit is contained in:
Zuul 2021-12-08 08:10:38 +00:00 committed by Gerrit Code Review
commit 64d8a691fb
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ class heat::deps {
~> Service<| tag == 'heat-service' |>
~> anchor { 'heat::service::end': }
# paste-api.ini config should occur in the config block also.
Anchor['heat::config::begin']
-> Heat_api_paste_ini<||>
~> Anchor['heat::config::end']
# all cache settings should be applied and all packages should be installed
# before service startup
Oslo::Cache<||> -> Anchor['heat::service::begin']