Install coordination backend packages before starting services
Change-Id: Id2fd19b3319ec35a684b9cb5fa1a4a56d4bc9793
This commit is contained in:
parent
8a567216f7
commit
b05d311bb6
@ -31,6 +31,10 @@ class ceilometer::deps {
|
||||
# before service startup
|
||||
Oslo::Cache<||> -> Anchor['ceilometer::service::begin']
|
||||
|
||||
# all coordination settings should be applied and all packages should be
|
||||
# installed before service startup
|
||||
Oslo::Coordination<||> -> Anchor['ceilometer::service::begin']
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
# before dbsync starts
|
||||
Oslo::Db<||> -> Anchor['ceilometer::dbsync::begin']
|
||||
|
Loading…
Reference in New Issue
Block a user