octavia/releasenotes/notes/support-networks-without-dhcp-3458a063333ab7a8.yaml
Michael Johnson 53ac6823fa Fixes Octavia handling of subnets without DHCP
Currently Octavia assumes that DHCP service is available on
the VIP and member subnets.  This is not the case at all operators.
This patch makes Octavia use the IP information provided when
the ports are created, if available.  If the IP information is
not available on the ports it will fall back to relying on DHCP.

Change-Id: I08a93d4318bbce48128019376320782d1a334369
Closes-Bug: #1607900
2016-08-01 15:13:48 +00:00

6 lines
167 B
YAML

---
features:
- Adds support for networks that do not have DHCP services enabled.
upgrade:
- To support networks without DHCP you must upgrade your amphora image.