Bug 1492247 - nova::network::neutron::dhcp_domain: is set incorrectly in puppet/services/nova-base.yaml
Summary: nova::network::neutron::dhcp_domain: is set incorrectly in puppet/services/no...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 10.0 (Newton)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: z7
: 10.0 (Newton)
Assignee: Sven Anderson
QA Contact: Gurenko Alex
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-15 21:32 UTC by Matt Flusche
Modified: 2020-12-14 10:08 UTC (History)
9 users (show)

Fixed In Version: openstack-tripleo-heat-templates-5.3.8-1.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-27 16:50:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 506688 0 None None None 2017-09-25 14:16:07 UTC
Red Hat Product Errata RHBA-2018:0364 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 10.0 director Bug Fix Advisory 2018-02-27 21:51:12 UTC

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


Note You need to log in before you can comment on or make changes to this bug.