Add oslo::cache to dependency chain
Package installation for cache backend is being migrated to oslo module. For proper keystone installation dependency sequence should be preserved. Change-Id: I3e22a74f032fa5d6362a36fe1b9fa9997c7a5564 Closes-Bug: #1756215
This commit is contained in:
@@ -56,6 +56,10 @@ class nova::deps {
|
|||||||
Anchor['nova::dbsync::end']
|
Anchor['nova::dbsync::end']
|
||||||
-> Nova_network<||>
|
-> Nova_network<||>
|
||||||
|
|
||||||
|
# all cache settings should be applied and all packages should be installed
|
||||||
|
# before service startup
|
||||||
|
Oslo::Cache<||> -> Anchor['nova::service::begin']
|
||||||
|
|
||||||
# all db settings should be applied and all packages should be installed
|
# all db settings should be applied and all packages should be installed
|
||||||
# before dbsync starts
|
# before dbsync starts
|
||||||
Oslo::Db<||> -> Anchor['nova::dbsync::begin']
|
Oslo::Db<||> -> Anchor['nova::dbsync::begin']
|
||||||
|
Reference in New Issue
Block a user