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:
parent
a8797ac490
commit
6f064e21f4
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user