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