Add oslo::db to dependency chain

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

Change-Id: Ibdf1695430a229d2487d2dfe8042181eb4b75f11
This commit is contained in:
ZhongShengping
2017-01-22 21:31:37 +08:00
parent 1860b1c3e7
commit c85f6413a6
+4
View File
@@ -29,6 +29,10 @@ class cinder::deps {
-> Cinder_api_paste_ini<||>
~> Anchor['cinder::config::end']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['cinder::dbsync::begin']
# policy config should occur in the config block also.
Anchor['cinder::config::begin']
-> Openstacklib::Policy::Base<||>