From fb64ba1e8f093ee1497d9e5d09cba907879c1f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Tue, 18 Dec 2018 02:49:01 +0100 Subject: [PATCH] Fix ServiceNetMap THT file reference The document shows the ServiceNetMap defaults as being in the ``overcloud.yaml`` file, however, the defaults are actually in ``network/service_net_map.j2.yaml`` file. Change-Id: I2e57de3cb42a97cb2de1627920572a2ddd4766ed Closes-Bug: #1708663 --- doc/source/install/advanced_deployment/network_isolation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/advanced_deployment/network_isolation.rst b/doc/source/install/advanced_deployment/network_isolation.rst index d5870f8d..e574a234 100644 --- a/doc/source/install/advanced_deployment/network_isolation.rst +++ b/doc/source/install/advanced_deployment/network_isolation.rst @@ -805,7 +805,7 @@ service will be bound to the host IP within the named network on each host. .. note:: The services will be assigned to the networks according to the - ``ServiceNetMap`` in ``overcloud.yaml``. Unless these + ``ServiceNetMap`` in ``network/service_net_map.j2.yaml``. Unless these defaults need to be overridden, the ServiceNetMap does not need to be defined in the environment file.