From 3c1652624e73ae26ce5a5346c1d1c523fcf3f1fc Mon Sep 17 00:00:00 2001 From: gaobin Date: Fri, 30 Nov 2018 09:52:58 +0800 Subject: [PATCH] fixed word error Change-Id: I83f8abacbc1125f688daa61178a1d107f61f1dba --- doc/source/admin/advanced-configuration-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/advanced-configuration-guide.rst b/doc/source/admin/advanced-configuration-guide.rst index d794e8cbaa..41779adde6 100644 --- a/doc/source/admin/advanced-configuration-guide.rst +++ b/doc/source/admin/advanced-configuration-guide.rst @@ -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.