Skip to content

Commit 47a9428

Browse files
authored
LBAAS: remove TLS cipher option weak as it is unused (#1008)
1 parent 3070398 commit 47a9428

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

specification/resources/load_balancers/models/load_balancer_base.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,10 @@ properties:
224224
example: STRONG
225225
enum:
226226
- DEFAULT
227-
- WEAK
228227
- STRONG
229228
default: DEFAULT
230229
description: A string indicating the policy for the TLS cipher suites used by the load balancer.
231-
The possible values are `DEFAULT`, `WEAK`, or `STRONG`. The default value is `DEFAULT`.
230+
The possible values are `DEFAULT` or `STRONG`. The default value is `DEFAULT`.
232231

233232
required:
234233
- forwarding_rules

0 commit comments

Comments
 (0)