Add oslo::db to dependency chain

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

Change-Id: I69719206eb45e727c8c85eb9277dc40ecfb83501
This commit is contained in:
ZhongShengping 2017-01-22 21:55:05 +08:00 committed by Alex Schultz
parent a8797ac490
commit 6f064e21f4

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