diff options
author | Nauman_Ahad <Nauman_Ahad@dell.com> | 2015-12-21 17:17:31 +0500 |
---|---|---|
committer | Nauman_Ahad <Nauman_Ahad@dell.com> | 2015-12-21 17:17:31 +0500 |
commit | 8786672d2eb6b009598861c5bbe99f6549dfc260 (patch) | |
tree | 2fdfdd63d9ff0db5b206c085511742a975c3a83e /docker | |
parent | 294f671c2d58b11d40d0cd8a4290044f35bcbd69 (diff) |
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 <Nauman_Ahad@dell.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/packages.pip | 7 |
1 files changed, 7 insertions, 0 deletions
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 |