magnum/releasenotes/notes/bug-1718947-0d4e67529e2817d7.yaml
Costin Gamenț 283c093187 Generate stack name as a valid hostname
Truncate cluster name to 30 characters, map ('_', '.') to '-' and remove non
alpha-numeric characters.

Change-Id: Ibb2bddc5b602a34d0e2bebd1f6bb197669bf21ec
Close-Bug: #1718947
2017-11-02 13:17:32 +00:00

7 lines
243 B
YAML

---
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.