Merge "Add oslo::db to dependency chain"

This commit is contained in:
Jenkins 2017-04-27 01:16:25 +00:00 committed by Gerrit Code Review
commit 33ee86a64d
1 changed files with 4 additions and 0 deletions

View File

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