Skip to content

Commit

Permalink
pip freeze the openstack requirements
Browse files Browse the repository at this point in the history
This is necessary to avoid unexpected behavior change or dependency
breakage.

Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
ldachary committed Feb 7, 2017
1 parent bbfd631 commit a21917e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
--index-url https://pypi.python.org/simple/

-e .

boto==2.39.0
cffi==1.5.2
cliff==2.2.0
keystoneauth1==2.12.1
openstacksdk==0.9.5
os-client-config==1.21.1
osc-lib==1.1.0
oslo.config==3.17.0
oslo.i18n==3.9.0
oslo.serialization==2.13.0
oslo.utils==3.16.0
python-cinderclient==1.9.0
python-glanceclient==2.5.0
python-keystoneclient==3.5.0
python-neutronclient==4.1.1
python-novaclient==6.0.0
python-openstackclient==3.2.0
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
# redundant, because python-openstackclient requires
# Babel, and installs 2.3.3, which is forbidden by
# python-novaclient 4.0.0
'python-novaclient',
'python-openstackclient',
#'python-novaclient',
#'python-openstackclient',
# Copy the below from python-openstackclient's
# requirements to avoid a conflict
'openstacksdk!=0.9.11,!=0.9.12,>=0.9.10',
#'openstacksdk!=0.9.11,!=0.9.12,>=0.9.10',
# with openstacklient >= 2.1.0, neutronclient no longer is
# a dependency but we need it anyway.
'python-neutronclient',
#'python-neutronclient',
'prettytable',
'libvirt-python',
'python-dateutil',
Expand Down

0 comments on commit a21917e

Please sign in to comment.