c9f0544242
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
6 lines
163 B
YAML
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.
|