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