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