Add protocol listener octavia
Signed-off-by: cuongmax <ptitcuongmax@gmail.com> Change-Id: I98c316865837e7c68fa3eed2f5304950ebfc2141
This commit is contained in:
parent
ce853a8f9f
commit
938b90ea19
@ -30,7 +30,7 @@ options:
|
||||
protocol:
|
||||
description:
|
||||
- The protocol for the listener.
|
||||
choices: [HTTP, HTTPS, TCP, TERMINATED_HTTPS]
|
||||
choices: [HTTP, HTTPS, TCP, TERMINATED_HTTPS, UDP, SCTP]
|
||||
default: HTTP
|
||||
type: str
|
||||
protocol_port:
|
||||
@ -152,7 +152,7 @@ class LoadbalancerListenerModule(OpenStackModule):
|
||||
state=dict(default='present', choices=['absent', 'present']),
|
||||
loadbalancer=dict(required=True),
|
||||
protocol=dict(default='HTTP',
|
||||
choices=['HTTP', 'HTTPS', 'TCP', 'TERMINATED_HTTPS']),
|
||||
choices=['HTTP', 'HTTPS', 'TCP', 'TERMINATED_HTTPS', 'UDP', 'SCTP']),
|
||||
protocol_port=dict(default=80, type='int', required=False),
|
||||
)
|
||||
module_kwargs = dict()
|
||||
|
Loading…
x
Reference in New Issue
Block a user