Activity log for bug #1947127

Date Who What changed Old value New value Message
2021-10-14 08:58:02 Dr. Jens Harbott bug added bug
2021-10-14 09:07:27 Dr. Jens Harbott tags dns
2021-10-14 09:22:03 OpenStack Infra neutron: status New In Progress
2021-10-14 11:16:02 Dr. Jens Harbott neutron: assignee Dr. Jens Harbott (j-harbott)
2021-10-15 09:28:40 Lucas Alvares Gomes neutron: importance Undecided High
2021-10-15 09:29:09 Lucas Alvares Gomes tags dns dns ovn
2021-10-15 17:53:48 OpenStack Infra neutron: status In Progress Fix Released
2021-11-17 15:48:23 Bernard Cafarelli tags dns ovn dns neutron-proactive-backport-potential ovn
2022-04-12 21:07:08 Thobias Trevisan bug added subscriber Thobias Trevisan
2022-04-12 21:12:27 Felipe Alencastro bug task added cloud-archive
2022-04-12 21:14:26 Felipe Alencastro bug task added neutron (Ubuntu)
2022-04-12 21:14:45 Felipe Alencastro bug added subscriber Felipe Alencastro
2022-04-12 21:30:19 Thobias Trevisan cloud-archive: status New Confirmed
2022-04-25 12:54:44 OpenStack Infra tags dns neutron-proactive-backport-potential ovn dns in-stable-xena neutron-proactive-backport-potential ovn
2022-05-05 03:29:15 Hua Zhang description On a fresh devstack install with the q-dns service enable from the neutron devstack plugin, some features still don't work, e.g.: $ openstack subnet set private-subnet --dns-publish-fixed-ip BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/subnets/9f50c79e-6396-4c5b-be92-f64aa0f25beb, Unrecognized attribute(s) 'dns_publish_fixed_ip' $ openstack port create p1 --network private --dns-name p1 --dns-domain a.b. BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/ports, Unrecognized attribute(s) 'dns_domain' The reason seems to be that https://review.opendev.org/c/openstack/neutron/+/686343/31/neutron/common/ovn/extensions.py only added dns_domain_keywords, but not e.g. dns_domain_ports as supported by OVN [Impact] On a fresh devstack install with the q-dns service enable from the neutron devstack plugin, some features still don't work, e.g.: $ openstack subnet set private-subnet --dns-publish-fixed-ip BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/subnets/9f50c79e-6396-4c5b-be92-f64aa0f25beb, Unrecognized attribute(s) 'dns_publish_fixed_ip' $ openstack port create p1 --network private --dns-name p1 --dns-domain a.b. BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/ports, Unrecognized attribute(s) 'dns_domain' The reason seems to be that https://review.opendev.org/c/openstack/neutron/+/686343/31/neutron/common/ovn/extensions.py only added dns_domain_keywords, but not e.g. dns_domain_ports as supported by OVN [Test Case] Create a normal OpenStack neutron test environment to see if we can successfully run the following commands: openstack subnet set private_subnet --dns-publish-fixed-ip openstack port create p1 --network private --dns-name p1 --dns-domain a.b. [Regression Potential] The fix has merged into the upstream stable/xena branch [1], here's just SRU into the 19.1.0 branch of UCA xena, so it is a clean backport and might be helpful for deployments migrating to OVN. [1] https://review.opendev.org/c/openstack/neutron/+/838650
2022-05-05 03:43:57 Hua Zhang attachment added focal-xena.debdiff https://bugs.launchpad.net/neutron/+bug/1947127/+attachment/5586824/+files/focal-xena.debdiff
2022-05-05 03:44:34 Hua Zhang bug added subscriber Hua Zhang
2022-05-05 03:44:49 Hua Zhang summary Some DNS extensions not working with OVN [SRU] Some DNS extensions not working with OVN
2022-05-05 03:48:10 Hua Zhang cloud-archive: status Confirmed Fix Released
2022-05-05 03:52:23 Hua Zhang tags dns in-stable-xena neutron-proactive-backport-potential ovn dns in-stable-xena neutron-proactive-backport-potential ovn sts sts-sru-needed
2022-05-05 04:23:46 Ubuntu Foundations Team Bug Bot tags dns in-stable-xena neutron-proactive-backport-potential ovn sts sts-sru-needed dns in-stable-xena neutron-proactive-backport-potential ovn patch sts sts-sru-needed
2022-05-05 04:23:55 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2022-05-11 05:14:29 Frode Nordahl nominated for series Ubuntu Jammy
2022-05-11 05:14:29 Frode Nordahl bug task added neutron (Ubuntu Jammy)
2022-05-11 05:14:29 Frode Nordahl nominated for series Ubuntu Impish
2022-05-11 05:14:29 Frode Nordahl bug task added neutron (Ubuntu Impish)
2022-05-11 05:14:29 Frode Nordahl nominated for series Ubuntu Kinetic
2022-05-11 05:14:29 Frode Nordahl bug task added neutron (Ubuntu Kinetic)
2022-05-11 05:15:27 Frode Nordahl nominated for series cloud-archive/xena
2022-05-11 05:15:27 Frode Nordahl bug task added cloud-archive/xena
2022-05-11 05:15:27 Frode Nordahl nominated for series cloud-archive/yoga
2022-05-11 05:15:27 Frode Nordahl bug task added cloud-archive/yoga
2022-05-11 08:00:48 Hua Zhang description [Impact] On a fresh devstack install with the q-dns service enable from the neutron devstack plugin, some features still don't work, e.g.: $ openstack subnet set private-subnet --dns-publish-fixed-ip BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/subnets/9f50c79e-6396-4c5b-be92-f64aa0f25beb, Unrecognized attribute(s) 'dns_publish_fixed_ip' $ openstack port create p1 --network private --dns-name p1 --dns-domain a.b. BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/ports, Unrecognized attribute(s) 'dns_domain' The reason seems to be that https://review.opendev.org/c/openstack/neutron/+/686343/31/neutron/common/ovn/extensions.py only added dns_domain_keywords, but not e.g. dns_domain_ports as supported by OVN [Test Case] Create a normal OpenStack neutron test environment to see if we can successfully run the following commands: openstack subnet set private_subnet --dns-publish-fixed-ip openstack port create p1 --network private --dns-name p1 --dns-domain a.b. [Regression Potential] The fix has merged into the upstream stable/xena branch [1], here's just SRU into the 19.1.0 branch of UCA xena, so it is a clean backport and might be helpful for deployments migrating to OVN. [1] https://review.opendev.org/c/openstack/neutron/+/838650 [Impact] On a fresh devstack install with the q-dns service enable from the neutron devstack plugin, some features still don't work, e.g.: $ openstack subnet set private-subnet --dns-publish-fixed-ip BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/subnets/9f50c79e-6396-4c5b-be92-f64aa0f25beb, Unrecognized attribute(s) 'dns_publish_fixed_ip' $ openstack port create p1 --network private --dns-name p1 --dns-domain a.b. BadRequestException: 400: Client Error for url: https://10.250.8.102:9696/v2.0/ports, Unrecognized attribute(s) 'dns_domain' The reason seems to be that https://review.opendev.org/c/openstack/neutron/+/686343/31/neutron/common/ovn/extensions.py only added dns_domain_keywords, but not e.g. dns_domain_ports as supported by OVN [Test Case] Create a normal OpenStack neutron test environment to see if we can successfully run the following commands: openstack subnet set private_subnet --dns-publish-fixed-ip openstack port create p1 --network private --dns-name p1 --dns-domain a.b. [Regression Potential] The fix has merged into the upstream stable/xena branch [1], here's just SRU into the 19.1.0 branch of UCA xena (the fix is already in 20.0.0 so it's already in jammy and kinetic and focal-yoga), so it is a clean backport and might be helpful for deployments migrating to OVN. [1] https://review.opendev.org/c/openstack/neutron/+/838650
2022-05-23 17:22:34 Thobias Trevisan cloud-archive/xena: status New Confirmed
2022-05-25 10:50:36 OpenStack Infra cloud-archive/xena: status Confirmed Fix Released
2022-05-30 13:42:17 Edward Hope-Morley cloud-archive/xena: status Fix Released New
2022-05-30 13:45:40 Edward Hope-Morley cloud-archive/yoga: status New Fix Released
2022-05-30 13:45:47 Edward Hope-Morley neutron (Ubuntu Jammy): status New Fix Released
2022-05-30 13:45:53 Edward Hope-Morley neutron (Ubuntu Kinetic): status New Fix Released
2022-07-11 11:39:04 Edward Hope-Morley nominated for series cloud-archive/wallaby
2022-07-11 11:39:04 Edward Hope-Morley bug task added cloud-archive/wallaby
2022-07-11 11:39:04 Edward Hope-Morley nominated for series cloud-archive/victoria
2022-07-11 11:39:04 Edward Hope-Morley bug task added cloud-archive/victoria
2022-07-11 11:39:04 Edward Hope-Morley nominated for series cloud-archive/ussuri
2022-07-11 11:39:04 Edward Hope-Morley bug task added cloud-archive/ussuri
2022-07-11 11:39:22 Edward Hope-Morley cloud-archive/xena: status New Fix Released
2022-07-11 11:40:57 Edward Hope-Morley neutron (Ubuntu Impish): status New Fix Released
2022-08-22 12:28:07 Nobuto Murata bug added subscriber Nobuto Murata
2022-09-14 22:05:46 OpenStack Infra cloud-archive/wallaby: status New In Progress
2022-09-19 18:06:17 OpenStack Infra cloud-archive/wallaby: status In Progress Fix Committed
2022-11-02 15:43:46 OpenStack Infra cloud-archive/wallaby: status Fix Committed Fix Released
2023-02-17 13:23:37 Romain bug added subscriber Romain