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:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user