Fix catalog docker job fail issue 95/18695/3
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 13 Oct 2017 05:33:43 +0000 (13:33 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Fri, 13 Oct 2017 05:52:39 +0000 (13:52 +0800)
Change-Id: I1002efb4cd0c22d37eb041935db87256dd9d6476
Issue-ID: VFC-531
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
docker/Dockerfile
requirements.txt

index 5451aa8..b42c1e7 100755 (executable)
@@ -37,7 +37,7 @@ 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 -r requirements.txt
+RUN pip install --pre -r requirements.txt
 
 EXPOSE 8806
 EXPOSE 3306
index 9e46791..db0014e 100644 (file)
@@ -21,5 +21,6 @@ mock==2.0.0
 unittest_xml_reporting==1.12.0
 
 # for parser
+cryptography==2.0.3
 paramiko==2.0.2
-nfv-toscaparser==0.5.1.dev18
\ No newline at end of file
+nfv-toscaparser>=0.5.0
\ No newline at end of file