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:
parent
77d260badc
commit
c3a1278d44
@ -24,6 +24,10 @@ class watcher::deps {
|
|||||||
-> Openstacklib::Policy::Base<||>
|
-> Openstacklib::Policy::Base<||>
|
||||||
~> Anchor['watcher::config::end']
|
~> 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::install::end'] ~> Anchor['watcher::service::begin']
|
||||||
Anchor['watcher::config::end'] ~> Anchor['watcher::service::begin']
|
Anchor['watcher::config::end'] ~> Anchor['watcher::service::begin']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user