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:
ZhongShengping 2018-03-16 09:12:35 +08:00
parent 3529051b97
commit 3ad015b57d
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ class nova::deps {
Anchor['nova::dbsync::end']
-> 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
# before dbsync starts
Oslo::Db<||> -> Anchor['nova::dbsync::begin']