nova/releasenotes/notes/bug-1824813-4441265dc805e792.yaml
Stephen Finucane 97549a2c41 Handle unsetting '[DEFAULT] dhcp_domain'
Fix a long-standing issue whereby setting 'dhcp_domain' to 'None' would
result in a hostname of '${hostname}None' instead of '${hostname}'.

Change-Id: Ic9aa74f5344ba469b61a87de1ebd27e6f49c3318
Closes-Bug: #1824813
2019-04-15 15:34:04 -04:00

7 lines
228 B
YAML

---
fixes:
- |
Unsetting '[DEFAULT] dhcp_domain' will now correctly result in the metadata
service/config drive providing an instance hostname of '${hostname}' instead
of '${hostname}None', as was previously seen.