diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-10-10 20:08:13 +0800 |
---|---|---|
committer | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-10-10 13:22:52 +0000 |
commit | a7d30b3ee2cb66b56b169e231a550351d33353fe (patch) | |
tree | 6a81b46540d26dd0b27f4976a846e482c2a87dba /docker/parser/Dockerfile | |
parent | f39a901913177ff7d764714357a07ef5b8c1c9fe (diff) |
Modify the egg name for parser
Currently the egg name for heat-translator has been changed
to nfv-heattranslator in parser project, this patch will modify
the docker file.
related patches:
https://gerrit.opnfv.org/gerrit/#/c/41261/
Change-Id: I2d5d214c722fc133aa015a1c9620a49709db17bb
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
(cherry picked from commit d3b74fac61c255430b5589b49d714b441772e248)
Diffstat (limited to 'docker/parser/Dockerfile')
-rw-r--r-- | docker/parser/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/parser/Dockerfile b/docker/parser/Dockerfile index 43bd0adc1..62cfe6de6 100644 --- a/docker/parser/Dockerfile +++ b/docker/parser/Dockerfile @@ -24,7 +24,7 @@ RUN apk --no-cache add --update \ pip install --no-cache-dir --src /src -cupper-constraints.txt \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ git+https://gerrit.opnfv.org/gerrit/functest@$BRANCH#egg=functest \ - git+https://gerrit.opnfv.org/gerrit/parser#egg=heat-translator\&subdirectory=tosca2heat/heat-translator \ + git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-heattranslator\&subdirectory=tosca2heat/heat-translator \ git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-toscaparser\&subdirectory=tosca2heat/tosca-parser \ -e git+https://gerrit.opnfv.org/gerrit/parser#egg=nfv-parser && \ rm -r upper-constraints.txt /src/rally/.git && \ |