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:
@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)?
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