Add oslo::db to dependency chain

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

Change-Id: I342409a7a6af9d340457cf57db2a13d41029a60e
This commit is contained in:
ZhongShengping 2017-01-22 21:28:47 +08:00
parent ae3f75130a
commit ff430e9f6a

View File

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