From 3a6dd41666b428d6be6d955aff58b9083aaf0ace Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Tue, 23 Jan 2018 16:25:29 +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: Iee8b10716efc6d48e97a3bcf3dafcc722239b2e3 --- devstack/settings | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/settings b/devstack/settings index 3186c4e92..9f8bbd461 100644 --- a/devstack/settings +++ b/devstack/settings @@ -42,9 +42,6 @@ ZAQAR_TRUSTEE_USER=${ZAQAR_TRUSTEE_USER:-zaqar} ZAQAR_TRUSTEE_PASSWORD=${ZAQAR_TRUSTEE_PASSWORD:-$SERVICE_PASSWORD} ZAQAR_TRUSTEE_DOMAIN=${ZAQAR_TRUSTEE_DOMAIN:-default} -# Tell Tempest this project is present -TEMPEST_SERVICES+=,zaqar - GITREPO["zaqar-tempest-plugin"]=${ZAQARTEMPEST_REPO:-${GIT_BASE}/openstack/zaqar-tempest-plugin.git} GITBRANCH["zaqar-tempest-plugin"]=${ZAQARTEMPEST_BRANCH:-master} GITDIR["zaqar-tempest-plugin"]=$DEST/zaqar-tempest-plugin