Merge "Add release note for fixing bug 1664877"

This commit is contained in:
Jenkins 2017-03-28 21:45:55 +00:00 committed by Gerrit Code Review
commit 29b1e1ab09
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
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.