Fix typo in 'floating ip associate' command and doc

Assocaite -> Associate

Trivialfix

Change-Id: I432e35ddcd80ef77c865bee9a54ac2777f5b6386
This commit is contained in:
Brian Haley
2018-03-15 16:30:43 -04:00
parent e78c9bc00d
commit 2ed1b24c71
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>',