Add oslo::db to dependency chain
All db settings should be applied and all releated packages should be installed before dbsync starts. Change-Id: I2e38e34098cf31a0d7fa549334b01fc8c6f61be0
This commit is contained in:
parent
b43dbd8689
commit
5edf926741
@ -24,6 +24,10 @@ class aodh::deps {
|
||||
~> Service<| tag == 'aodh-service' |>
|
||||
~> anchor { 'aodh::service::end': }
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
# before dbsync starts
|
||||
Oslo::Db<||> -> Anchor['aodh::dbsync::begin']
|
||||
|
||||
# policy config should occur in the config block also.
|
||||
Anchor['aodh::config::begin']
|
||||
-> Openstacklib::Policy::Base<||>
|
||||
|
Loading…
Reference in New Issue
Block a user