nit: Fix typo in algorithm
Change-Id: I509cf42e57fc589f44f125077cd33069cdaf8321
This commit is contained in:
parent
36c3ec4939
commit
4b1a4f7327
@ -262,7 +262,7 @@ octavia_defaults = [
|
||||
"of the caller resource"),
|
||||
default=True),
|
||||
cfg.StrOpt('lb_algorithm',
|
||||
help=_("The load-balancer algoritm that distributed traffic "
|
||||
help=_("The load-balancer algorithm that distributed traffic "
|
||||
"to the pool members. The options are: ROUND_ROBIN, "
|
||||
"LEAST_CONNECTIONS, SOURCE_IP and SOURCE_IP_PORT."),
|
||||
default='ROUND_ROBIN'),
|
||||
|
Loading…
Reference in New Issue
Block a user