Add missing dependency of heat_api_paste_ini

Closes-Bug: #1952009
Change-Id: I2f9ea5b6c18c921e7c1e2f19740208700501e34b
This commit is contained in:
Takashi Kajinami 2021-11-24 09:32:41 +09:00
parent 93d2d31f07
commit 3404969768
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']