e3c600cbbf
A fix for bug 1824017 bumped the minimum version requirement of
python-cinderclient to 4.0.0. The fix was backported to stable/stein,
so the minimum version bump should be covered by a release note.
python-cinderclient requirement is bumped to >=4.0.1
as 4.0.0 is blocked by global-requirements.txt [1].
It was suggested by the release team in the review of
horizon stein update release [2].
[1] 1baf07a773/global-requirements.txt (L256)
[2] https://review.opendev.org/#/c/655447/
Change-Id: I2b43e159da7e58980b2810a104ae2418f237d1c7
Related-Bug: #1824017
11 lines
495 B
YAML
11 lines
495 B
YAML
---
|
|
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.
|