ovn-octavia-provider/releasenotes/notes/support-member-create-without-subnetid-0b4e3aa6ac453f28.yaml
Brian Haley 675ea9c35e 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
2021-11-08 11:38:59 +00:00

8 lines
257 B
YAML

---
fixes:
- |
Creating members without specifying a subnet ID is now supported.
Since the subnet ID is an optional API argument, if not given
the provider driver will now attempt to look it up via the pool
ID that is a required argument.