Add oslo::db to dependency chain

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

Change-Id: I113516a1a7517d3262a86b27b0788b981914d858
This commit is contained in:
ZhongShengping 2017-01-22 21:55:38 +08:00
parent 78530fd9f0
commit 81f370381b
1 changed files with 4 additions and 0 deletions

View File

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