Disable dhcp_domain in Nova for the overcloud as well
authorGiulio Fidente <gfidente@redhat.com>
Tue, 28 Apr 2015 09:43:13 +0000 (05:43 -0400)
committerGiulio Fidente <gfidente@redhat.com>
Tue, 28 Apr 2015 09:43:13 +0000 (05:43 -0400)
The overcloud networking is managed by Neutron so we do not want
Nova to append its default domain part to hostnames.

Change-Id: Ic1edda158bf0579ed34455ad27db8ca444d26b85

puppet/hieradata/common.yaml

index b468aa1..b7fb84a 100644 (file)
@@ -11,3 +11,4 @@ nova::network::neutron::neutron_admin_tenant_name: 'service'
 nova::network::neutron::neutron_admin_username: 'neutron'
 nova::network::neutron::vif_plugging_is_fatal: false
 nova::network::neutron::vif_plugging_timeout: 30
+nova::network::neutron::dhcp_domain: ''