Remove stray VIRTUALENV_OPTIONS

Unfortunately https://review.openstack.org/484429
included a stray env var which is no longer being
used. This patch removes it.

Change-Id: Ia2193541211588b13fb7932a5c1d563df1060bbc
This commit is contained in:
Jesse Pretorius
2017-07-18 14:45:41 +01:00
parent be81d0d6a0
commit bbea424ce7

View File

@@ -214,7 +214,6 @@ if [[ "${ACTION}" == "upgrade" ]]; then
# requirements to be installed.
unset ANSIBLE_PACKAGE
unset UPPER_CONSTRAINTS_FILE
unset VIRTUALENV_OPTIONS
# Kick off the data plane tester
bash ${OSA_CLONE_DIR}/tests/data-plane-test.sh &> /var/log/data-plane-error.log &