From d5d8c6bf5272fcb475a9faf68b459d479fc6dbac Mon Sep 17 00:00:00 2001 From: Fernando Royo Date: Tue, 6 Feb 2024 13:57:58 +0100 Subject: [PATCH] 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 --- .../user/feature-classification/feature-matrix-lb.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/user/feature-classification/feature-matrix-lb.ini b/doc/source/user/feature-classification/feature-matrix-lb.ini index a1e96ee3bd..f24776665c 100644 --- a/doc/source/user/feature-classification/feature-matrix-lb.ini +++ b/doc/source/user/feature-classification/feature-matrix-lb.ini @@ -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 ] +driver.amphora=complete +driver.ovn=complete + [operation.admin_state_up] title=admin_state_up status=mandatory