Fix vfc-catalog docker job fail issue 61/18661/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 13 Oct 2017 02:05:59 +0000 (10:05 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Fri, 13 Oct 2017 02:05:59 +0000 (10:05 +0800)
Change-Id: I874bbfa82a3f4f2155834db9d7e87cab83aa85be
Issue-ID: VFC-531
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
docker/Dockerfile
requirements.txt

index 4f01edc..5451aa8 100755 (executable)
@@ -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
index de774b2..9e46791 100644 (file)
@@ -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