heat/releasenotes/notes/configurable-server-name-limit-947d9152fe9b43ee.yaml
Joshua Harlow 8ac7fa0206 Allow the server name limit to be configurable
For some deployments 53 may be to high of a value and
a lower value may be used (ie for registration into active
directory, which has lower name limits) so add the ability
to reduce the valid length of server names (but
preserve the current limits by default).

Change-Id: Icd06aba14dbf156b9164b0e25233f2df7099fc9b
2016-05-11 17:03:42 -07:00

7 lines
252 B
YAML

---
features:
- Adds new 'max_server_name_length' configuration option
which defaults to the prior upper bound (53) and can be
lowered by users (if they need to, for example due to
ldap or other internal name limit restrictions).