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
This commit is contained in:
ghanshyam 2018-01-23 16:40:34 +03:00 committed by Jeremy Liu
parent 199381ea5e
commit 70aa7291f5
1 changed files with 0 additions and 3 deletions

View File

@ -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