Merge "Update doc for the OVN provider"
This commit is contained in:
commit
12d8e0de5d
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
@ -28,7 +28,7 @@ status=mandatory
|
||||
notes=Enables and disables the health monitor.
|
||||
cli=openstack loadbalancer healthmonitor create [--enable | --disable] <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.delay]
|
||||
title=delay
|
||||
@ -36,7 +36,7 @@ status=mandatory
|
||||
notes=The time, in seconds, between sending probes to members.
|
||||
cli=openstack loadbalancer healthmonitor create --delay <delay> <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.domain_name]
|
||||
title=domain_name
|
||||
@ -76,7 +76,7 @@ status=optional
|
||||
notes=The name of the health monitor. Provided by the Octavia API service.
|
||||
cli=openstack loadbalancer healthmonitor create [--name <name>] <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.max_retries]
|
||||
title=max_retries
|
||||
@ -84,7 +84,7 @@ status=mandatory
|
||||
notes=The number of successful checks before changing the operating status of the member to ONLINE.
|
||||
cli=openstack loadbalancer healthmonitor create --max-retries <max_retries> <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.max_retries_down]
|
||||
title=max_retries_down
|
||||
@ -92,7 +92,7 @@ status=optional
|
||||
notes=The number of allowed check failures before changing the operating status of the member to ERROR.
|
||||
cli=openstack loadbalancer healthmonitor create [--max-retries-down <max_retries_down>] <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.tags]
|
||||
title=tags
|
||||
@ -100,7 +100,7 @@ status=optional
|
||||
notes=The tags for the health monitor. Provided by the Octavia API service.
|
||||
cli=openstack loadbalancer healthmonitor create [--tag <tag>] <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.timeout]
|
||||
title=timeout
|
||||
@ -108,7 +108,7 @@ status=mandatory
|
||||
notes=The maximum time, in seconds, that a monitor waits to connect before it times out.
|
||||
cli=openstack loadbalancer healthmonitor create --timeout <timeout> <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.type.HTTP]
|
||||
title=type - HTTP
|
||||
@ -141,7 +141,7 @@ status=optional
|
||||
notes=Use TCP for the health monitor.
|
||||
cli=openstack loadbalancer healthmonitor create --type TCP <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.type.TLS-HELLO]
|
||||
title=type - TLS-HELLO
|
||||
@ -157,7 +157,7 @@ status=optional
|
||||
notes=Use UDP-CONNECT for the health monitor.
|
||||
cli=openstack loadbalancer healthmonitor create --type UDP-CONNECT <pool>
|
||||
driver.amphora=complete
|
||||
driver.ovn=missing
|
||||
driver.ovn=complete
|
||||
|
||||
[operation.type.SCTP]
|
||||
title=type - SCTP
|
||||
|
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
|
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
|
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
|
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
|
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
|
@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
|
||||
|
||||
[driver.ovn]
|
||||
title=OVN Provider
|
||||
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user