Fix missing dependency about policy config

Change-Id: Id2d55cb87f6663cd1b250f1961af139fbf514e40
This commit is contained in:
Takashi Kajinami 2021-11-29 09:37:53 +09:00
parent b3685e6e13
commit 953d6d1c83
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ class heat::deps {
# before service startup
Oslo::Cache<||> -> Anchor['heat::service::begin']
# policy config should occur in the config block also.
Anchor['heat::config::begin']
-> Openstacklib::Policy<||>
~> Anchor['heat::config::end']
# On any uwsgi config change, we must restart Heat API.
Anchor['heat::config::begin']
-> Heat_api_uwsgi_config<||>