The dhcp_domain option was deprecated in Pike [1] and is causing
issues like [2] by configuring the shortname of nodes to their
fully qualified domain name.
1. https://github.com/openstack/nova/blob/stable/pike/nova/conf/network.py#L468
2. https://bugzilla.redhat.com/show_bug.cgi?id=1507888
Closes-Bug: 1733874
Change-Id: I4db66155b2c4ba8e0639ec00f938a8bc2ac85762
(cherry picked from commit e29de0a58c)
Team and repository tags
Undercloud Install via instack
instack-undercloud is tooling for installing a TripleO undercloud.
It is part of the TripleO project: https://docs.openstack.org/developer/tripleo-docs/index.html
- Free software: Apache license
- Source: https://git.openstack.org/cgit/openstack/instack-undercloud
- Bugs: https://bugs.launchpad.net/tripleo
Description