heat/releasenotes/notes/change-heat-keystone-user-name-limit-to-255-bd076132b98744be.yaml
ricolin a41b5cf5eb Change user name limit to 255 characters
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
2017-05-17 01:32:54 +08:00

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.