From 3ad015b57d8d02d3d6360c312c05ba971e0212bd Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 16 Mar 2018 09:12:35 +0800 Subject: [PATCH] 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 --- manifests/deps.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/deps.pp b/manifests/deps.pp index 4db0e38b7..f4f92e0c7 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -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']