Add oslo::db to dependency chain

All db settings should be applied and all releated packages should be
installed before dbsync starts.

Change-Id: If5615defe7f8cfb98237ce17c5a8ad538ea8c98e
This commit is contained in:
ZhongShengping 2017-01-22 21:48:41 +08:00
parent dbca07314a
commit 22afb8bb84
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ class mistral::deps {
~> Service<| tag == 'mistral-service' |>
~> anchor { 'mistral::service::end': }
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['mistral::dbsync::begin']
# policy config should occur in the config block
Anchor['mistral::config::begin']
-> Openstacklib::Policy::Base<||>