From 47e6091f75cd17abb61d913e0ea5f6b0002c8595 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Sun, 22 Jan 2017 22:04:22 +0800 Subject: [PATCH] Add oslo::db to dependency chain All db settings should be applied and all releated packages should be installed before dbsync starts. Change-Id: I866c3b3b7392cbead54ab161bf00761e3a51e95f --- manifests/deps.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/deps.pp b/manifests/deps.pp index 06e0b106..8d44095d 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -48,6 +48,10 @@ class trove::deps { -> Openstacklib::Policy::Base<||> ~> Anchor['trove::config::end'] + # all db settings should be applied and all packages should be installed + # before dbsync starts + Oslo::Db<||> -> Anchor['trove::dbsync::begin'] + # We need troveclient installed before marking service end so that trove # will have clients available to create resources. This tag handles the # troveclient but indirectly since the client is not available in