Install coordination backend packages before starting services
Change-Id: Ieb3d87836c0304147c10f3f50ea064db414f8b5e
This commit is contained in:
parent
1b1401ec4f
commit
bf9c621edf
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user