97549a2c41
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
7 lines
228 B
YAML
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.
|