octavia/octavia/api/drivers/amphora_driver
Gregory Thiemonge 56bb1e134d Prevent UDP LBs to use different IP protocol versions in amphora driver
The amphora doesn't support mixing IPv4 and IPv6 addresses for its
members and its VIP when using UDP load balancers.
This commit adds a validation step in the member_create and th e
member_batch_update functions of the amphora driver to ensure that IP
protocol versions are the same in a UDP load balancer.

Story: 2005876
Task: 33689

Change-Id: If6fb3fde9b43ac82af46eaddc48ec7a3a5b95602
2019-07-08 13:55:51 +02:00
..
v1 Prevent UDP LBs to use different IP protocol versions in amphora driver 2019-07-08 13:55:51 +02:00
v2 Prevent UDP LBs to use different IP protocol versions in amphora driver 2019-07-08 13:55:51 +02:00
__init__.py Implement provider drivers - Load Balancer 2018-05-22 17:26:08 -07:00
flavor_schema.py Add compute flavor support to the amphora driver 2019-01-25 21:02:17 +00:00