Skip to content

Commit 12d8e0d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update doc for the OVN provider"
2 parents 8d6578d + 25fbd4e commit 12d8e0d

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

doc/source/user/feature-classification/feature-matrix-healthmonitor.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

@@ -28,15 +28,15 @@ status=mandatory
2828
notes=Enables and disables the health monitor.
2929
cli=openstack loadbalancer healthmonitor create [--enable | --disable] <pool>
3030
driver.amphora=complete
31-
driver.ovn=missing
31+
driver.ovn=complete
3232

3333
[operation.delay]
3434
title=delay
3535
status=mandatory
3636
notes=The time, in seconds, between sending probes to members.
3737
cli=openstack loadbalancer healthmonitor create --delay <delay> <pool>
3838
driver.amphora=complete
39-
driver.ovn=missing
39+
driver.ovn=complete
4040

4141
[operation.domain_name]
4242
title=domain_name
@@ -76,39 +76,39 @@ status=optional
7676
notes=The name of the health monitor. Provided by the Octavia API service.
7777
cli=openstack loadbalancer healthmonitor create [--name <name>] <pool>
7878
driver.amphora=complete
79-
driver.ovn=missing
79+
driver.ovn=complete
8080

8181
[operation.max_retries]
8282
title=max_retries
8383
status=mandatory
8484
notes=The number of successful checks before changing the operating status of the member to ONLINE.
8585
cli=openstack loadbalancer healthmonitor create --max-retries <max_retries> <pool>
8686
driver.amphora=complete
87-
driver.ovn=missing
87+
driver.ovn=complete
8888

8989
[operation.max_retries_down]
9090
title=max_retries_down
9191
status=optional
9292
notes=The number of allowed check failures before changing the operating status of the member to ERROR.
9393
cli=openstack loadbalancer healthmonitor create [--max-retries-down <max_retries_down>] <pool>
9494
driver.amphora=complete
95-
driver.ovn=missing
95+
driver.ovn=complete
9696

9797
[operation.tags]
9898
title=tags
9999
status=optional
100100
notes=The tags for the health monitor. Provided by the Octavia API service.
101101
cli=openstack loadbalancer healthmonitor create [--tag <tag>] <pool>
102102
driver.amphora=complete
103-
driver.ovn=missing
103+
driver.ovn=complete
104104

105105
[operation.timeout]
106106
title=timeout
107107
status=mandatory
108108
notes=The maximum time, in seconds, that a monitor waits to connect before it times out.
109109
cli=openstack loadbalancer healthmonitor create --timeout <timeout> <pool>
110110
driver.amphora=complete
111-
driver.ovn=missing
111+
driver.ovn=complete
112112

113113
[operation.type.HTTP]
114114
title=type - HTTP
@@ -141,7 +141,7 @@ status=optional
141141
notes=Use TCP for the health monitor.
142142
cli=openstack loadbalancer healthmonitor create --type TCP <pool>
143143
driver.amphora=complete
144-
driver.ovn=missing
144+
driver.ovn=complete
145145

146146
[operation.type.TLS-HELLO]
147147
title=type - TLS-HELLO
@@ -157,7 +157,7 @@ status=optional
157157
notes=Use UDP-CONNECT for the health monitor.
158158
cli=openstack loadbalancer healthmonitor create --type UDP-CONNECT <pool>
159159
driver.amphora=complete
160-
driver.ovn=missing
160+
driver.ovn=complete
161161

162162
[operation.type.SCTP]
163163
title=type - SCTP

doc/source/user/feature-classification/feature-matrix-l7policy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

doc/source/user/feature-classification/feature-matrix-l7rule.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

doc/source/user/feature-classification/feature-matrix-lb.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

doc/source/user/feature-classification/feature-matrix-listener.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

doc/source/user/feature-classification/feature-matrix-member.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

doc/source/user/feature-classification/feature-matrix-pool.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link=https://docs.openstack.org/api-ref/load-balancer/v2/index.html
1818

1919
[driver.ovn]
2020
title=OVN Provider
21-
link=https://docs.openstack.org/networking-ovn/latest/admin/loadbalancer.html
21+
link=https://docs.openstack.org/ovn-octavia-provider/latest/admin/driver.html
2222

2323
# Note: These should be in the order they appear in a create call.
2424

0 commit comments

Comments
 (0)