Install coordination backend packages before starting services

Change-Id: Ieb3d87836c0304147c10f3f50ea064db414f8b5e
This commit is contained in:
Takashi Kajinami 2021-11-29 10:11:23 +09:00
parent 1b1401ec4f
commit bf9c621edf

View File

@ -29,6 +29,10 @@ class aodh::deps {
-> Aodh_api_paste_ini<||>
~> Anchor['aodh::config::end']
# all coordination settings should be applied and all packages should be
# installed before service startup
Oslo::Coordination<||> -> Anchor['aodh::service::begin']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['aodh::dbsync::begin']