Add missing dependency of aodh_api_paste_ini
Closes-Bug: #1952009 Change-Id: I2359a45beb991c1e69d1065a2091b14eb58361f7
This commit is contained in:
parent
e14e5f12f9
commit
19c0cbb0c0
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user