a41b5cf5eb
Origin user name limit in heat is 64 characters. but the max acceptable username limit should be 255 in keystone. This patch propose to change the limit to 255 Also, this can avoid warning from heat keystone client in heat integration tests. Closes-Bug: #1685817 Change-Id: I7b9e7076bd700c086b07f13dadf89531579aa4a1
6 lines
173 B
YAML
6 lines
173 B
YAML
---
|
|
other:
|
|
- Now heat keystone user name charaters limit increased from 64 to 255.
|
|
Any extra charaters will lost when truncate the name to the last 255
|
|
charaters.
|