886b0a5d74
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
9 lines
346 B
YAML
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.
|