From d92a531a24fc945a664b8be4e82fc5ea1145c9bd Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Thu, 27 Aug 2015 09:42:18 +0200 Subject: [PATCH] Enable all trove services by default trove tests are not runing at the moment, this patch is trying to address this issue. Change-Id: Id1c1a11aec34180923939d6265321f7b07ea35a9 --- devstack/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/settings b/devstack/settings index db15f037de..d63a7a7221 100644 --- a/devstack/settings +++ b/devstack/settings @@ -41,4 +41,4 @@ TROVE_MANAGE=$TROVE_BIN_DIR/trove-manage # Tell Tempest this project is present TEMPEST_SERVICES+=,trove -enable_service trove +enable_service trove tr-api tr-tmgr tr-cond