Add oslo::db to dependency chain

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

Change-Id: I8f3fa5dd43c36f6253509327ddbf9563204b773c
This commit is contained in:
ZhongShengping 2017-01-22 22:06:01 +08:00
parent d48f39b8e1
commit 22e9ab0fed

View File

@ -29,6 +29,10 @@ class vitrage::deps {
-> Openstacklib::Policy::Base<||>
~> Anchor['vitrage::config::end']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['vitrage::dbsync::begin']
# Installation or config changes will always restart services.
Anchor['vitrage::install::end'] ~> Anchor['vitrage::service::begin']
Anchor['vitrage::config::end'] ~> Anchor['vitrage::service::begin']