Merge "Add relnote on cinderclient minver bump to 4.0.1"
This commit is contained in:
commit
e52d24b39b
@ -93,7 +93,7 @@ pyOpenSSL==17.1.0
|
|||||||
pyparsing==2.1.0
|
pyparsing==2.1.0
|
||||||
pyperclip==1.5.27
|
pyperclip==1.5.27
|
||||||
pyScss==1.3.4
|
pyScss==1.3.4
|
||||||
python-cinderclient==4.0.0
|
python-cinderclient==4.0.1
|
||||||
python-dateutil==2.5.3
|
python-dateutil==2.5.3
|
||||||
python-glanceclient==2.8.0
|
python-glanceclient==2.8.0
|
||||||
python-keystoneclient==3.15.0
|
python-keystoneclient==3.15.0
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
python-cinderclient ``>=4.0.1`` is now required to fix :bug:`1824017`.
|
||||||
|
Cinder API 3.55 or later does not accept additional properties but
|
||||||
|
python-cinderclient older than 4.0.0 sends additional properties like
|
||||||
|
used_id, status and so on. Horizon uses Cinder API 3.58 to create a volume,
|
||||||
|
and this means the volume creation fails if python-cinderclient <4.0.0
|
||||||
|
is used. To handle this, the minimum requirement of python-cinderclient
|
||||||
|
was bumped to 4.0.1.
|
@ -31,7 +31,7 @@ osprofiler>=2.3.0 # Apache-2.0
|
|||||||
Pint>=0.5 # BSD
|
Pint>=0.5 # BSD
|
||||||
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
||||||
pyScss!=1.3.5,>=1.3.4 # MIT License
|
pyScss!=1.3.5,>=1.3.4 # MIT License
|
||||||
python-cinderclient>=4.0.0 # Apache-2.0
|
python-cinderclient>=4.0.1 # Apache-2.0
|
||||||
python-glanceclient>=2.8.0 # Apache-2.0
|
python-glanceclient>=2.8.0 # Apache-2.0
|
||||||
python-keystoneclient>=3.15.0 # Apache-2.0
|
python-keystoneclient>=3.15.0 # Apache-2.0
|
||||||
python-neutronclient>=6.7.0 # Apache-2.0
|
python-neutronclient>=6.7.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user