From 8786672d2eb6b009598861c5bbe99f6549dfc260 Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Mon, 21 Dec 2015 17:17:31 +0500 Subject: Python packages to be installed in QTIP docker A .pip file for installing python package dependencies in QTIP container JIRA: QTIP-48 Change-Id: I5e57b8e80863a00b28e843f6f38606e2c71cb3a0 Signed-off-by: Nauman_Ahad --- docker/packages.pip | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docker/packages.pip (limited to 'docker/packages.pip') diff --git a/docker/packages.pip b/docker/packages.pip new file mode 100644 index 00000000..2f69efe5 --- /dev/null +++ b/docker/packages.pip @@ -0,0 +1,7 @@ +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 -- cgit 1.2.3-korg