Add oslo::db to dependency chain

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

Change-Id: If044cd855b5e39dea07765c4a2ba64146ebde2a0
This commit is contained in:
ZhongShengping 2017-01-22 21:53:25 +08:00
parent c72132ae2d
commit 661e91b0d5
1 changed files with 4 additions and 0 deletions

View File

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