From 70aa7291f544d8f57036a18823a88d79102b6254 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Tue, 23 Jan 2018 16:40:34 +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 TEMPEST_SERVICES setting. Change-Id: I381dbd1c2887189333463eb75363937c7509613c Related-Bug: #1743688 --- devstack/settings | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/settings b/devstack/settings index 3d854e461..0487e3eff 100644 --- a/devstack/settings +++ b/devstack/settings @@ -32,9 +32,6 @@ BARBICANCLIENT_BRANCH=${BARBICANCLIENT_BRANCH:-master} # Set host href BARBICAN_HOST_HREF=${BARBICAN_HOST_HREF:-http://${SERVICE_HOST}/key-manager} -# Tell Tempest this project is present -TEMPEST_SERVICES+=,barbican - GITREPO["barbican-tempest-plugin"]=${BARBICANTEMPEST_REPO:-${GIT_BASE}/openstack/barbican-tempest-plugin.git} GITBRANCH["barbican-tempest-plugin"]=${BARBICANTEMPEST_BRANCH:-master} GITDIR["barbican-tempest-plugin"]=$DEST/barbican-tempest-plugin