Comment 14 for bug 1698010

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/480616
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=886b0a5d748ae1deda3a039734f831d7c0cf0476
Submitter: Zuul
Branch: master

commit 886b0a5d748ae1deda3a039734f831d7c0cf0476
Author: Stephen Finucane <email address hidden>
Date: Wed Jul 5 15:29:17 2017 +0100

    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