summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJoshua Harlow <jxharlow@godaddy.com>2016-04-15 16:27:09 -0700
committerJoshua Harlow <jxharlow@godaddy.com>2016-05-11 17:03:42 -0700
commit8ac7fa02063386a8eb73380d83261f7174781383 (patch)
tree03c5435d4ae1e0401618a8daf81802c94dc64b41 /releasenotes
parenta2d829f312567a868428e4b5028efa2055806e46 (diff)
downloadheat-8ac7fa02063386a8eb73380d83261f7174781383.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/configurable-server-name-limit-947d9152fe9b43ee.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/configurable-server-name-limit-947d9152fe9b43ee.yaml b/releasenotes/notes/configurable-server-name-limit-947d9152fe9b43ee.yaml
new file mode 100644
index 000000000..ee947b281
--- /dev/null
+++ b/releasenotes/notes/configurable-server-name-limit-947d9152fe9b43ee.yaml
@@ -0,0 +1,6 @@
+---
+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).