Add oslo::db to dependency chain
All db settings should be applied and all releated packages should be installed before dbsync starts. Change-Id: If5615defe7f8cfb98237ce17c5a8ad538ea8c98e
This commit is contained in:
parent
dbca07314a
commit
22afb8bb84
@ -24,6 +24,10 @@ class mistral::deps {
|
||||
~> Service<| tag == 'mistral-service' |>
|
||||
~> anchor { 'mistral::service::end': }
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
# before dbsync starts
|
||||
Oslo::Db<||> -> Anchor['mistral::dbsync::begin']
|
||||
|
||||
# policy config should occur in the config block
|
||||
Anchor['mistral::config::begin']
|
||||
-> Openstacklib::Policy::Base<||>
|
||||
|
Loading…
x
Reference in New Issue
Block a user