From 106cfb7e1eca298581e845d57993b7c6912779bb Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Wed, 22 Jan 2020 18:53:54 +0100 Subject: [PATCH] Add listener allowed_cidrs to the feature matrix Change-Id: I8c0fadbc47823d030dc232984988e47f86368410 --- .../feature-matrix-listener.ini | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/source/user/feature-classification/feature-matrix-listener.ini b/doc/source/user/feature-classification/feature-matrix-listener.ini index 5b167d86e0..b1bf064900 100644 --- a/doc/source/user/feature-classification/feature-matrix-listener.ini +++ b/doc/source/user/feature-classification/feature-matrix-listener.ini @@ -30,11 +30,19 @@ cli=openstack loadbalancer listener create [--enable | --disable] driver.amphora=complete driver.ovn=complete +[operation.allowed_cidr] +title=allowed_cidr +status=optional +notes=CIDR to allow access to the listener (can be set multiple times). +cli=openstack loadbalancer listener create [--allowed-cidr ] +driver.amphora=complete +driver.ovn=missing + [operation.client_authentication] title=client_authentication status=optional notes=The TLS client authentication mode. -cli=openstack loadbalancer listener create [--client-authentication {NONE,OPTIONAL,MANDATORY}] +cli=openstack loadbalancer listener create [--client-authentication {NONE,OPTIONAL,MANDATORY}] driver.amphora=complete driver.ovn=missing @@ -42,7 +50,7 @@ driver.ovn=missing title=client_ca_tls_container_ref status=optional notes=The ref of the key manager service secret containing a PEM format client CA certificate bundle for TERMINATED_TLS listeners. -cli=openstack loadbalancer listener create [--client-ca-tls-container-ref ] +cli=openstack loadbalancer listener create [--client-ca-tls-container-ref ] driver.amphora=complete driver.ovn=missing @@ -50,7 +58,7 @@ driver.ovn=missing title=client_crl_container_ref status=optional notes=The URI of the key manager service secret containing a PEM format CA revocation list file for TERMINATED_TLS listeners. -cli=openstack loadbalancer listener create [--client-crl-container-ref ] +cli=openstack loadbalancer listener create [--client-crl-container-ref ] driver.amphora=complete driver.ovn=missing @@ -58,7 +66,7 @@ driver.ovn=missing title=connection_limit status=optional notes=The maximum number of connections permitted for this listener. -cli=openstack loadbalancer listener create [--connection-limit ] +cli=openstack loadbalancer listener create [--connection-limit ] driver.amphora=complete driver.ovn=missing @@ -66,7 +74,7 @@ driver.ovn=missing title=default_tls_container_ref status=optional notes=The URI of the key manager service secret containing a PKCS12 format certificate/key bundle for TERMINATED_TLS listeners. -cli=openstack loadbalancer listener create [--default-tls-container-ref ] +cli=openstack loadbalancer listener create [--default-tls-container-ref ] driver.amphora=complete driver.ovn=missing