fixed word error

Change-Id: I83f8abacbc1125f688daa61178a1d107f61f1dba
This commit is contained in:
gaobin 2018-11-30 09:52:58 +08:00
parent 2ff2d85371
commit 3c1652624e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ destination, they will be substituted at runtime. Other keywords that
can be used are: ``{tenant_id}``, ``{network_id}`` and ``{router_id}``.
Additionally, if ``proxy_command_use_internal_ip`` is set to ``True``,
then the internal IP will be subsituted for ``{host}`` in the command.
then the internal IP will be substituted for ``{host}`` in the command.
Otherwise (if ``False``, by default) the management IP will be used: this
corresponds to floating IP if present in the relevant node group, else the
internal IP. The option is ignored if ``proxy_command`` is not also set.