yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91529
[Bug 2011724] Re: [OVN] Method "create_metadata_port" should pass the "fixed_ips" when creating the port
Reviewed: https://review.opendev.org/c/openstack/neutron/+/877528
Committed: https://opendev.org/openstack/neutron/commit/9704dca84ea3ad21ecf9730eea03692daeddf382
Submitter: "Zuul (22348)"
Branch: master
commit 9704dca84ea3ad21ecf9730eea03692daeddf382
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Wed Mar 15 06:29:39 2023 +0100
[OVN] Explicitly define the fixed IPs for the metadata port
The metadata port fixed IPs depend on the subnets "enabled_dhcp" flag.
If the subnet has this flag disabled, the metadata port doesn't receive
an IP on the subnet CIDR.
The method ``create_metadata_port`` should explicitly define what fixed
IPs should request the metadata port during the creating depending on
the subnets "enabled_dhcp" flag.
Closes-Bug: #2011724
Change-Id: If362fab20ac03f8b62471b60c031f9349171ce93
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2011724
Title:
[OVN] Method "create_metadata_port" should pass the "fixed_ips" when
creating the port
Status in neutron:
Fix Released
Bug description:
The method "create_metadata_port" creates the OVN metadata port. This
port should have fixed IP addresses only on the subnets with DHCP
enabled. Now this method is just creating a port in the selected
network, without handling the DHCP status of the subnets. However,
this method should fetch the network subnets and explicitly request a
fixed IP only on those subnets with "dhcp_enabled" flag active.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2011724/+subscriptions
References