diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-07-01 05:02:56 +0000 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-06 11:18:51 +0200 |
commit | d24a8f4bba627004ac4fcc27a8c85169c76cbb78 (patch) | |
tree | 2e59af1bf7baced545890f887db59537f3438075 /docker/thirdparty-requirements.txt | |
parent | 1bcc91c7ba00738dbc7d25422bc957d4cbf3f3ba (diff) |
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 <wangwulin@huawei.com>
Diffstat (limited to 'docker/thirdparty-requirements.txt')
-rw-r--r-- | docker/thirdparty-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index 0fc58b10d..5e60fb74f 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 |