Add oslo::db to dependency chain

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

Change-Id: If592611b0b226b8f89d6d97469f63e83ecbf3e86
This commit is contained in:
ZhongShengping 2017-01-22 22:06:26 +08:00
parent 77d260badc
commit c3a1278d44
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ class watcher::deps {
-> Openstacklib::Policy::Base<||>
~> Anchor['watcher::config::end']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['watcher::db::create_schema::begin']
Anchor['watcher::install::end'] ~> Anchor['watcher::service::begin']
Anchor['watcher::config::end'] ~> Anchor['watcher::service::begin']