Add oslo::db to dependency chain
All db settings should be applied and all releated packages should be installed before dbsync starts. Change-Id: If3a7708f2b48d17195e62a01f46eee2e87155a98
This commit is contained in:
parent
6663a514e1
commit
35c1e050c7
@ -29,6 +29,10 @@ class ironic::deps {
|
||||
-> Ironic_api_paste_ini<||>
|
||||
~> Anchor['ironic::config::end']
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
# before dbsync starts
|
||||
Oslo::Db<||> -> Anchor['ironic::dbsync::begin']
|
||||
|
||||
# ironic-inspector is supported by this module. This service uses a
|
||||
# specific conf file and uses it's own config provider. Split out install
|
||||
# and configure of this service so that other services are not affected.
|
||||
|
Loading…
Reference in New Issue
Block a user