Bump min version of magnumclient

magnum-ui depends on cluster_templates and quotas.
To satisfy this magnumclient 2.6.0 or later is required.

Also fixes lower-constraints.txt to match correct min versions
as the original script has a bug and proposed wrong versions
as minimum constraints.

Change-Id: I2c0e28ffb722fbd7aaaf8828eb269a736a1168f9
This commit is contained in:
Akihiro Motoki 2018-04-22 11:02:57 +09:00
parent 6ea4c5d7b1
commit 22ebfedbbe
2 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
alabaster==0.7.10
appdirs==1.4.3
asn1crypto==0.24.0
Babel==2.5.3
Babel==2.3.4
certifi==2018.1.18
cffi==1.11.5
chardet==3.0.4
@ -9,16 +9,16 @@ cliff==2.11.0
cmd2==0.8.1
colorama==0.3.9
contextlib2==0.5.5
coverage==4.5.1
coverage==4.0
cryptography==2.1.4
debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
Django==1.11.11
Django==1.11
django-appconf==1.0.2
django-babel==0.6.2
django-compressor==2.2
django-nose==1.4.5
django-compressor==2.0
django-nose==1.4.4
django-pyscss==2.0.2
docutils==0.14
dogpile.cache==0.6.5
@ -44,18 +44,18 @@ MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
monotonic==1.4
mox3==0.25.0
mox3==0.20.0
msgpack==0.5.6
munch==2.2.0
netaddr==0.7.19
netifaces==0.10.6
nodeenv==1.2.0
nodeenv==0.9.4
nose==1.3.7
nose-exclude==0.5.0
nosehtmloutput==0.0.5
nosexcover==1.0.11
openstack.nose-plugin==0.11
openstackdocstheme==1.20.0
nose-exclude==0.3.0
nosehtmloutput==0.0.3
nosexcover==1.0.10
openstack.nose-plugin==0.7
openstackdocstheme==1.18.1
openstacksdk==0.12.0
os-client-config==1.29.0
os-service-types==1.2.0
@ -70,7 +70,7 @@ oslo.serialization==2.25.0
oslo.utils==3.36.0
osprofiler==2.0.0
packaging==17.1
pbr==3.1.1
pbr==2.0.0
pep8==1.5.7
Pint==0.8.1
prettytable==0.7.2
@ -87,7 +87,7 @@ python-cinderclient==3.5.0
python-dateutil==2.7.0
python-glanceclient==2.9.1
python-keystoneclient==3.15.0
python-magnumclient==2.9.0
python-magnumclient==2.6.0
python-mimeparse==1.6.0
python-neutronclient==6.7.0
python-novaclient==10.1.0
@ -95,17 +95,17 @@ python-swiftclient==3.5.0
pytz==2018.3
PyYAML==3.12
rcssmin==1.0.6
reno==2.7.0
reno==2.5.0
requests==2.18.4
requestsexceptions==1.4.0
rfc3986==1.1.0
rjsmin==1.0.12
selenium==3.11.0
selenium==2.50.1
semantic-version==2.6.0
simplejson==3.13.2
six==1.11.0
snowballstemmer==1.2.1
Sphinx==1.6.5
Sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
stevedore==1.28.0
termcolor==1.1.0
@ -144,4 +144,4 @@ XStatic-smart-table==1.4.13.2
XStatic-Spin==1.2.5.2
XStatic-term.js==0.0.7.0
XStatic-tv4==1.2.7.0
xvfbwrapper==0.2.9
xvfbwrapper==0.1.3

View File

@ -8,7 +8,7 @@
#
# PBR should always appear first
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-magnumclient>=2.1.0 # Apache-2.0
python-magnumclient>=2.6.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
Django<2.0,>=1.11 # BSD
django-babel>=0.6.2 # BSD