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
This commit is contained in:
ghanshyam 2018-01-23 13:20:40 +03:00 committed by Ghanshyam Mann
parent 2faec3270f
commit f9d322ea9e
1 changed files with 0 additions and 3 deletions

View File

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