From d24a8f4bba627004ac4fcc27a8c85169c76cbb78 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Sat, 1 Jul 2017 05:02:56 +0000 Subject: Remove setup_env for refstack in Dockerfile It creates a symlink for .tempest required by refstack, and then install the requirements of tempest into a virtualenv which should be located in the dir .tempest/.venv. Now refstack_client is located in /src like tempest to avoid a link in /usr/local/lib/python2.7/dist-packages. JIRA: FUNCTEST-846 Change-Id: I99cedd00daaac57f85532ef41b91da20dec3dcb8 Signed-off-by: Linda Wang --- docker/thirdparty-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/thirdparty-requirements.txt') diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index 0fc58b10..5e60fb74 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -5,4 +5,4 @@ git+https://gerrit.opnfv.org/gerrit/securityscanning#egg=securityscanning git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc tosca-parser>=0.7.0 # Apache-2.0 heat-translator>=0.4.0 # Apache-2.0 -git+https://github.com/openstack/refstack-client#egg=refstack-client +-e git+https://github.com/openstack/refstack-client#egg=refstack-client -- cgit 1.2.3-korg