Add additional-vips to the feature matrix

Include additional VIPs feature in the Amphora and OVN provider
matrix since it has already been integrated for both providers.

Change-Id: If43296d81bbaa10bd5e720d7c18920321ab8b743
This commit is contained in:
Fernando Royo 2024-02-06 13:57:58 +01:00 committed by Michael Johnson
parent bbb4713464
commit d5d8c6bf52
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
# Note: These should be in the order they appear in a create call.
[operation.additional_vips]
title=additional_vips
status=optional
notes=Additional VIPs to the primary one. Every additional VIP shall include the ``subnet_id`` as mandatory and the ``ip_address`` as optional. Additional VIP subnets must all belong to the same network as the primary VIP.
cli=openstack loadbalancer create [--additional-vip <additional_vip>] <load_balancer>
driver.amphora=complete
driver.ovn=complete
[operation.admin_state_up]
title=admin_state_up
status=mandatory