aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-10-13 10:05:59 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-10-13 10:05:59 +0800
commit2e12b89e822b1999ade835426433721f977f9a41 (patch)
treed54a67632a6a2c31e11b65395d0918343ab1311b
parent1be4e5fb70e3149e0727adba5036a0e376e362ea (diff)
Fix vfc-catalog docker job fail issue
Change-Id: I874bbfa82a3f4f2155834db9d7e87cab83aa85be Issue-ID: VFC-531 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rwxr-xr-xdocker/Dockerfile1
-rw-r--r--requirements.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 4f01edcf..5451aa82 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -37,7 +37,6 @@ RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifa
RUN sed -i "s|bind-address.*|# bind-address = 127.0.0.1|" /etc/mysql/my.cnf
WORKDIR /service/vfc/nfvo/catalog
-RUN pip install --pre nfv-toscaparser
RUN pip install -r requirements.txt
EXPOSE 8806
diff --git a/requirements.txt b/requirements.txt
index de774b2f..9e46791f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,4 +22,4 @@ unittest_xml_reporting==1.12.0
# for parser
paramiko==2.0.2
-nfv-toscaparser>=0.5.0 \ No newline at end of file
+nfv-toscaparser==0.5.1.dev18 \ No newline at end of file