347e1435c8
Change-Id: If9d378d3dc0c72c1b6fa8821ee3642f50028f354
14 lines
380 B
YAML
14 lines
380 B
YAML
---
|
|
fixes:
|
|
- |
|
|
If using python3.5, a TypeError will raise if server returns a 4xx
|
|
response. Below is the error message:
|
|
|
|
TypeError: unorderable types: int() > NoneType()
|
|
|
|
This error occurred because python-manilaclient tried to compare
|
|
an integer with None. This is not a valid comparison starting
|
|
from python3.5.
|
|
|
|
See bug #1664877 for more details.
|