Install the requirement packages in docker 11/20811/1
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Sat, 10 Sep 2016 02:07:13 +0000 (10:07 +0800)
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Sat, 10 Sep 2016 02:07:13 +0000 (10:07 +0800)
modification:
    remove the packages.pip which duplicate with requirement.txt
    pip install requirement.txt in docker

JIRA:QTIP-97

Change-Id: I6b9ac316cb7401b69c71fc5b1807b8d8a7ccd1bb
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
docker/Dockerfile
docker/packages.pip [deleted file]

index 8ec775e..2adeba6 100644 (file)
@@ -54,6 +54,6 @@ RUN git config --global http.sslVerify false
 RUN git clone https://gerrit.opnfv.org/gerrit/qtip $REPOS_DIR/qtip
 RUN git clone https://gerrit.opnfv.org/gerrit/releng $REPOS_DIR/releng
 
-RUN pip install -r $REPOS_DIR/qtip/docker/packages.pip
+RUN pip install -r $REPOS_DIR/qtip/requirements.txt
 
 
diff --git a/docker/packages.pip b/docker/packages.pip
deleted file mode 100644 (file)
index cc04838..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-pyyaml==3.10
-python-neutronclient==2.6.0
-python-novaclient==2.28.1
-python-glanceclient==1.1.0
-python-cinderclient==1.4.0
-python-heatclient==0.6.0
-python-keystoneclient==1.6.0
-reportlab==3.0