aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-10-10 13:21:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-10 13:21:09 +0000
commita60f59504444da2018da2e599a1ae67e2ff11945 (patch)
tree379a9d479bfe14d6a3d41b162da917eeab7044b5
parent9bae267d1f7bde0b433632de7166a1ff06ef4603 (diff)
parentd3b74fac61c255430b5589b49d714b441772e248 (diff)
Merge "Modify the egg name for parser"
-rw-r--r--docker/parser/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/parser/Dockerfile b/docker/parser/Dockerfile
index a28a1f5b0..b1c2981f8 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 && \