Fix typo in 'floating ip associate' command and doc
Assocaite -> Associate Trivialfix Change-Id: I432e35ddcd80ef77c865bee9a54ac2777f5b6386
This commit is contained in:
@@ -166,7 +166,7 @@ Set floating IP properties
|
|||||||
|
|
||||||
.. option:: --port <port>
|
.. option:: --port <port>
|
||||||
|
|
||||||
Assocaite the floating IP with port (name or ID)
|
Associate the floating IP with port (name or ID)
|
||||||
|
|
||||||
.. option:: --fixed-ip-address <ip-address>
|
.. option:: --fixed-ip-address <ip-address>
|
||||||
|
|
||||||
|
@@ -412,7 +412,7 @@ class SetFloatingIP(command.Command):
|
|||||||
'--port',
|
'--port',
|
||||||
metavar='<port>',
|
metavar='<port>',
|
||||||
required=True,
|
required=True,
|
||||||
help=_("Assocaite the floating IP with port (name or ID)")),
|
help=_("Associate the floating IP with port (name or ID)")),
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--fixed-ip-address',
|
'--fixed-ip-address',
|
||||||
metavar='<ip-address>',
|
metavar='<ip-address>',
|
||||||
|
Reference in New Issue
Block a user