Add missing dependency of aodh_api_paste_ini

Closes-Bug: #1952009
Change-Id: I2359a45beb991c1e69d1065a2091b14eb58361f7
This commit is contained in:
Takashi Kajinami 2021-11-24 09:17:34 +09:00
parent e14e5f12f9
commit 19c0cbb0c0
1 changed files with 5 additions and 0 deletions

View File

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