Add oslo::db to dependency chain

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

Change-Id: If5d4076315df5d4d5c9672a8265c126bf4d06ab8
This commit is contained in:
DeepaJon 2017-01-27 15:20:21 +05:30 committed by Deepak Jon
parent de88098ee5
commit c08abdc641

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<||>