Pin upper bound of python-cinderclient version
python-cinderclient > 1.2.1 require python-keystoneclinet 1.6 when we install 1.4 due to fix problem with pbr version caused by keystonemiddleware We could require higher versiona of keystonemiddleware (>=1.5) but it would be much higher than the version we have in repos (1.2) for 6.1 Change-Id: I449d23cf5e563b9de386beb249437bbf98db47f3 Closes-Bug: #1464132
This commit is contained in:
parent
b284de9a89
commit
9f6004fac8
@ -35,7 +35,7 @@ keystonemiddleware>=1.2.0
|
|||||||
# we might still need keystone command
|
# we might still need keystone command
|
||||||
python-keystoneclient>=0.11,<=1.4.0
|
python-keystoneclient>=0.11,<=1.4.0
|
||||||
python-novaclient>=2.17.0,<=2.24.1
|
python-novaclient>=2.17.0,<=2.24.1
|
||||||
python-cinderclient>=1.0.7
|
python-cinderclient>=1.0.7,<=1.2.1
|
||||||
networkx>=1.8
|
networkx>=1.8
|
||||||
pydot-ng>=1.0.0
|
pydot-ng>=1.0.0
|
||||||
ordereddict>=1.1
|
ordereddict>=1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user