Merge "Add oslo::db to dependency chain"

This commit is contained in:
Jenkins 2017-01-28 01:26:44 +00:00 committed by Gerrit Code Review
commit 42dff425bc
1 changed files with 4 additions and 0 deletions

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