From f9d322ea9e40896c0408d37b75f7dbd79750e33e Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Tue, 23 Jan 2018 13:20:40 +0300 Subject: [PATCH] Remove use of unsupported TEMPEST_SERVICES variable TEMPEST_SERVICES global variable is not supported by devstack since long back. - I380dd20e5ed716a0bdf92aa02c3730359b8136e4 - I9c24705e494689f09a885eb0a640efd50db33fcf Service availability of tempest known services will be set by devstack with local check. - I02be777bf93143d946ccbb8e9eff637bfd1928d4 This commit removes the unused TEMPEST_SERVICES setting Related-Bug: #1743688 Change-Id: I753390dd237dd5091025d7fea8f6153fc5362a0f --- devstack/settings | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/settings b/devstack/settings index 99e7c3e1a..d2a7a8477 100644 --- a/devstack/settings +++ b/devstack/settings @@ -32,9 +32,6 @@ AODH_NOTIFICATION_TOPICS=${AODH_NOTIFICATION_TOPICS:-notifications} AODH_COORDINATION_URL=${AODH_COORDINATION_URL:-} -# Tell Tempest this project is present -TEMPEST_SERVICES+=,aodh - # Set up default directories for client GITDIR["python-aodhclient"]=$DEST/python-aodhclient