Merge "Add oslo::db to dependency chain"

This commit is contained in:
Jenkins 2017-01-26 19:09:08 +00:00 committed by Gerrit Code Review
commit 99e9b269f1

View File

@ -29,6 +29,10 @@ class octavia::deps {
-> Openstacklib::Policy::Base<||>
~> Anchor['octavia::config::end']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['octavia::dbsync::begin']
# Installation or config changes will always restart services.
Anchor['octavia::install::end'] ~> Anchor['octavia::service::begin']
Anchor['octavia::config::end'] ~> Anchor['octavia::service::begin']