Browse Source
Truncate cluster name to 30 characters, map ('_', '.') to '-' and remove non alpha-numeric characters. Change-Id: Ibb2bddc5b602a34d0e2bebd1f6bb197669bf21ec Close-Bug: #1718947changes/19/511219/5
3 changed files with 23 additions and 4 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
fixes: |
||||
- | |
||||
From now on, server names are prefixed with the cluster name. |
||||
The cluster name is truncated to 30 characters, ('_', '.') are mapped to '-' |
||||
and non alpha-numeric characters are removed to ensure FQDN compatibility. |
Loading…
Reference in new issue