python-manilaclient/releasenotes/notes/bug-1674915-allow-user-access-fix-495b3e42bdc985ec.yaml
zhongjun c9f0544242 change user access name limit from 32 to 255 characters
Currently, The username is limited to 32 characters in python-manilaclient,
but actually the user access name is longer than 32 characters. so we need
to change user access name limit from 32 to 255 characters

Change-Id: Ic41508b9792e304fe32b4af6cb5885a11a8e6d4d
Closes-bug: 1674915
2017-03-24 10:13:30 +08:00

6 lines
163 B
YAML

---
fixes:
- Changed user access name limit from 32 to 255 characters
since there are security services that allow user names
longer than 32 characters.