Add oslo::db to dependency chain
All db settings should be applied and all releated packages should be installed before dbsync starts. Change-Id: I866c3b3b7392cbead54ab161bf00761e3a51e95f
This commit is contained in:
parent
a3f5be4c03
commit
47e6091f75
@ -48,6 +48,10 @@ class trove::deps {
|
||||
-> Openstacklib::Policy::Base<||>
|
||||
~> Anchor['trove::config::end']
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
# before dbsync starts
|
||||
Oslo::Db<||> -> Anchor['trove::dbsync::begin']
|
||||
|
||||
# We need troveclient installed before marking service end so that trove
|
||||
# will have clients available to create resources. This tag handles the
|
||||
# troveclient but indirectly since the client is not available in
|
||||
|
Loading…
Reference in New Issue
Block a user