Merge "fixed word error"

This commit is contained in:
Zuul 2018-12-04 11:02:15 +00:00 committed by Gerrit Code Review
commit 65b7bad0c2
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.