Fix vfc-lcm docker job fail issue 07/18707/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 13 Oct 2017 06:13:27 +0000 (14:13 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Fri, 13 Oct 2017 06:13:27 +0000 (14:13 +0800)
Change-Id: I1714387a91113eebe9da55d7adb02ec3e93785db
Issue-ID: VFC-533
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
docker/Dockerfile
requirements.txt

index 39141d6..ec32513 100755 (executable)
@@ -37,8 +37,7 @@ RUN wget -q -O vfc-nfvo-lcm.zip 'https://nexus.onap.org/service/local/artifact/m
 RUN sed -i "s|bind-address.*|# bind-address = 127.0.0.1|" /etc/mysql/my.cnf
 
 WORKDIR /service/vfc/nfvo/lcm
-RUN pip install --pre nfv-toscaparser
-RUN pip install -r requirements.txt
+RUN pip install --pre -r requirements.txt
 
 EXPOSE 8403
 EXPOSE 3306
index cc49634..8c34a07 100644 (file)
@@ -26,5 +26,6 @@ mock==2.0.0
 unittest_xml_reporting==1.12.0
 
 # for parser
-# paramiko==2.0.2
+cryptography==2.0.3
+paramiko==2.0.2
 nfv-toscaparser>=0.5.0