Update docker init file 04/83904/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 2 Apr 2019 00:20:54 +0000 (08:20 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 2 Apr 2019 00:20:54 +0000 (08:20 +0800)
Change-Id: I408d706a6efca184c4cf106c660db961f6181e7d
Issue-ID: VFC-1306
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/docker/instance_init.sh
lcm/requirements.txt

index aa6a2d6..f556c11 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-pip install PyMySQL==0.9.3
 if [ ! -f /service/vfc/gvnfm/vnflcm/lcm/resources/bin/logs/django.log ]; then
     mkdir -p /service/vfc/gvnfm/vnflcm/lcm/resources/bin/logs/
     touch /service/vfc/gvnfm/vnflcm/lcm/resources/bin/logs/django.log
index 47f8e4b..bb92e20 100644 (file)
@@ -3,7 +3,7 @@ Django==1.11.9
 djangorestframework==3.7.7
 
 # for access MySQL
-PyMySQL==0.7.11
+PyMySQL==0.9.3
 
 # redis cache
 redis==2.10.5