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:
ZhongShengping 2017-01-22 21:21:03 +08:00
parent b43dbd8689
commit 5edf926741

View File

@ -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<||>