nova/releasenotes/notes/undeprecate-dhcp_domain-opt-77c9154c5b06e0ff.yaml
Stephen Finucane 886b0a5d74 conf: Undeprecate and move the 'dhcp_domain' option
The metadata service makes use of the deprecated '[DEFAULT] dhcp_domain'
option when providing a hostname to the instance. This is used by
cloud-init to configure the hostname in the instance. This use was not
captured when the option was initially deprecated. This option is now
undeprecated and moved to the '[api]' group to ensure it won't be
removed alongside the other nova-network options.

Change-Id: I3940ebd1888d8019716e7d4eb6d4a413a37b9b78
Closes-Bug: #1698010
2019-04-15 15:34:12 -04:00

9 lines
346 B
YAML

---
other:
- |
The ``dhcp_domain`` option has been undeprecated and moved to the ``[api]``
group. It is used by the metadata service to configure fully-qualified
domain names for instances, in addition to its role configuring DHCP
services for *nova-network*. This use case was missed when deprecating the
option initially.