Files
manila-ui/releasenotes/notes/bug-1967312-fix-shares-panel-8b5da4eee68ba6c4.yaml
Goutham Pacha Ravi 3221aceb34 Workaround SDK bug in listing shares
python-manilaclient 3.3.0 [1] has a bug that causes the shares
panel to fail to load with an error:

Error: Unable to retrieve share list. Details
'NoneType' object has no attribute 'pop'

Workaround this problem so we don't have to add the client
version to a block-list in the UI's requirements files.

Closes-Bug: #1967312
[1] https://pypi.org/project/python-manilaclient/3.3.0/

Change-Id: I9e79972d9aca4fc7845f4d274751351d948f41ef
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2022-04-13 00:48:28 +05:30

6 lines
147 B
YAML

---
fixes:
- |
`Bug #1967312 <https://launchpad.net/bugs/1967312>`_ that caused the
shares dashboard to fail loading has now been fixed.