Add oslo::db to dependency chain

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

Change-Id: Iecbef43471b8ff18858434dbd9dc8b7a8673ec28
This commit is contained in:
ZhongShengping 2017-01-22 21:35:08 +08:00
parent 32960680f2
commit 8f860c56e0
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ class congress::deps {
~> Service<| tag == 'congress-service' |>
~> anchor { 'congress::service::end': }
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['congress::dbsync::begin']
# policy config should occur in the config block also.
Anchor['congress::config::begin']
-> Openstacklib::Policy::Base<||>