changing dns_domain on the charm does not propagate to ovn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron API Charm |
New
|
Undecided
|
Unassigned | ||
neutron |
Incomplete
|
Low
|
Unassigned |
Bug Description
If I deploy Focal Ussuri with the Openstack charms and set a domain on the neutron-api dns-domain config and then subsequently change it to another value, the dns table entries in ovn-central do not get updated i.e.
# ovn-nbctl list dns
_uuid : 9ed2e4db-
external_ids : {ls_name=
records : {"160.21.
should be using domain "testlab2.
# grep -r dns /etc/neutron/
dns_domain = testlab2.
tags: | added: ovn |
By extension, the ovn dns entries are also not updated if I set/change domain on the network itself:
$ openstack network set --dns-domain "testlab2. stsstack. qa.1ss. " private stsstack. qa.1ss.
$ openstack network show private -c dns_domain -f value
testlab2.
New networks do get the correct domain. Looks like this might actually be a neutron bug then.