Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1492247

Summary: nova::network::neutron::dhcp_domain: is set incorrectly in puppet/services/nova-base.yaml
Product: Red Hat OpenStack Reporter: Matt Flusche <mflusche>
Component: openstack-tripleo-heat-templatesAssignee: Sven Anderson <svanders>
Status: CLOSED ERRATA QA Contact: Gurenko Alex <agurenko>
Severity: medium Docs Contact:
Priority: medium    
Version: 10.0 (Newton)CC: aschultz, gfidente, jjoyce, lyarwood, mburns, nalmond, rhel-osp-director-maint, slinaber, svanders
Target Milestone: z7Keywords: Triaged, ZStream
Target Release: 10.0 (Newton)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-5.3.8-1.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-27 16:50:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matt Flusche 2017-09-15 21:32:48 UTC
Description of problem:

In  puppet/services/nova-base.yaml

nova::network::neutron::dhcp_domain: ''

should be:

nova::network::neutron::dhcp_domain: "''"

From https://bugs.launchpad.net/tripleo/+bug/1449520, this parameter was added to remove "novalocal" as the default domain; however, the current setting is a noop.

Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates-5.2.0-25.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1.  Deploy OSP
2.  on controller verify setting:
sudo crudini --get /etc/nova/nova.conf DEFAULT dhcp_domain
novalocal

3. override with env parameter
parameter_defaults:
  controllerExtraConfig:
    nova::network::neutron::dhcp_domain: "''"

4. run OSP deployment
5. on controller verify setting:
sudo crudini --get /etc/nova/nova.conf DEFAULT dhcp_domain
<blank>

6. deploy test instance and verify domain name.

Actual results:
novalocal is still default domain

Expected results:
novalocal not the default domain


Additional info:

Comment 1 Sven Anderson 2017-09-22 14:38:21 UTC
@gfidente: you wrote the original fix. do you think it's possible that this hasn't come up before? (I don't have a OSP10 at my hands right now.) did you verify the fix at that time (if you can remember)?

Comment 3 Sven Anderson 2017-10-11 10:22:03 UTC
The fix has been merged in stable/newton upstream. Will be picked up by next Z stream rebase.

Comment 9 errata-xmlrpc 2018-02-27 16:50:40 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0364