yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87952
[Bug 1896677] Re: [OVN Octavia Provider] OVN provider fails creating member without subnet ID
Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/795896
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/675ea9c35ef73765828e3db4b636f13465a76596
Submitter: "Zuul (22348)"
Branch: master
commit 675ea9c35ef73765828e3db4b636f13465a76596
Author: Brian Haley <bhaley@xxxxxxxxxx>
Date: Thu Jun 10 16:42:36 2021 -0400
Support creating members without a subnet ID
Since subnet ID is an optional API argument, if not
available the provider driver will now attempt to look
it up via the pool ID that is required.
Closes-bug: #1896677
Change-Id: Iec17b36ce38be89f83a45ea3ef4c652e837c69c5
** 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/1896677
Title:
[OVN Octavia Provider] OVN provider fails creating member without
subnet ID
Status in neutron:
Fix Released
Bug description:
The OVN Octavia Provider driver requires a subnet ID be present in the
API call to create a member. Since this is an optional parameter
according to the API, it should be able to work without one. The
octavia-lib DriverLibrary class provides methods to look it up given
other information we have in the API call, so we should support it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1896677/+subscriptions
References