Fix some typos

Originally just noticed "balncer" but fixed a few more
while I was at it.

Trivialfix

Change-Id: Ib43d484a6da32b0a9fe83b7b1ccd83e58b9f9499
This commit is contained in:
Brian Haley 2021-06-10 16:12:24 -04:00
parent 28f4a892af
commit 46c8ad4bfb
4 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@ class ListAvailabilityzoneProfile(lister.Lister):
parser.add_argument(
'--name',
metavar='<name>',
help="List availabilityzone profiles by profile name."
help="List availability zone profiles by profile name."
)
parser.add_argument(
'--provider',

View File

@ -85,7 +85,7 @@ class CreateL7Policy(command.ShowOne):
metavar='<redirect_http_code>',
choices=REDIRECT_CODE_CHOICES,
type=int,
help="Set the HTTP response code for REDIRECT_URL or"
help="Set the HTTP response code for REDIRECT_URL or "
"REDIRECT_PREFIX action."
)
parser.add_argument(
@ -305,7 +305,7 @@ class SetL7Policy(command.Command):
metavar='<redirect_http_code>',
choices=REDIRECT_CODE_CHOICES,
type=int,
help="Set the HTTP response code for REDIRECT_URL or"
help="Set the HTTP response code for REDIRECT_URL or "
"REDIRECT_PREFIX action."
)
parser.add_argument(

View File

@ -410,7 +410,7 @@ class SetListener(command.Command):
'--default-tls-container-ref',
metavar='<container-ref>',
help="The URI to the key manager service secrets container "
"containing the certificate and key for TERMINATED_TLS"
"containing the certificate and key for TERMINATED_TLS "
"listeners."
)
parser.add_argument(

View File

@ -64,7 +64,7 @@ class CreatePool(command.ShowOne):
parent_group.add_argument(
'--loadbalancer',
metavar='<load_balancer>',
help="Load balncer to add the pool to (name or ID)"
help="Load balancer to add the pool to (name or ID)."
)
parser.add_argument(
'--session-persistence',