remove SERVICE_TENANT_NAME from devstack plugin

Previously we have to set this option to enable Aodh integration test
because there is circle dependency, but now since Aodh can parse
SERVICE_PROJECT_NAME properly, this is safe to remove.

Change-Id: I014ec7d62edfcc433b84e9237a63e37c427747ec
This commit is contained in:
ZhiQiang Fan 2016-03-19 04:23:52 +08:00
parent dd2c6509c8
commit 337cd3c41b
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@
# Save trace setting
XTRACE=$(set +o | grep xtrace)
set -o xtrace
# TODO(liusheng) Temporarily add this to avoid integration test failue, see bug1548634
export SERVICE_TENANT_NAME=$SERVICE_PROJECT_NAME
# Support potential entry-points console scripts in VENV or not
if [[ ${USE_VENV} = True ]]; then