From 42f1e4be6eec3191c43ff8b90f9e01ff0bc64720 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Fri, 24 Jun 2016 13:48:42 -0400 Subject: [PATCH] DOC - Fix YAML format in cidr_networks example Child elements of the cidr_networks example needed to be indented to be valid/usable YAML. Change-Id: I1028f8e6f38c7b0292f38582b86aa41985a8021e --- .../configure-networking.rst | 14 +++++++------- doc/source/install-guide/configure-networking.rst | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/source/install-guide-revised-draft/configure-networking.rst b/doc/source/install-guide-revised-draft/configure-networking.rst index f39e91e693..b3b4e26235 100644 --- a/doc/source/install-guide-revised-draft/configure-networking.rst +++ b/doc/source/install-guide-revised-draft/configure-networking.rst @@ -14,13 +14,13 @@ configure target host networking. .. code-block:: yaml cidr_networks: - # Management (same range as br-mgmt on the target hosts) - container: CONTAINER_MGMT_CIDR - # Tunnel endpoints for VXLAN tenant networks - # (same range as br-vxlan on the target hosts) - tunnel: TUNNEL_CIDR - #Storage (same range as br-storage on the target hosts) - storage: STORAGE_CIDR + # Management (same range as br-mgmt on the target hosts) + container: CONTAINER_MGMT_CIDR + # Tunnel endpoints for VXLAN tenant networks + # (same range as br-vxlan on the target hosts) + tunnel: TUNNEL_CIDR + # Storage (same range as br-storage on the target hosts) + storage: STORAGE_CIDR Replace ``*_CIDR`` with the appropriate IP address range in CIDR notation. For example, 203.0.113.0/24. diff --git a/doc/source/install-guide/configure-networking.rst b/doc/source/install-guide/configure-networking.rst index f39e91e693..b3b4e26235 100644 --- a/doc/source/install-guide/configure-networking.rst +++ b/doc/source/install-guide/configure-networking.rst @@ -14,13 +14,13 @@ configure target host networking. .. code-block:: yaml cidr_networks: - # Management (same range as br-mgmt on the target hosts) - container: CONTAINER_MGMT_CIDR - # Tunnel endpoints for VXLAN tenant networks - # (same range as br-vxlan on the target hosts) - tunnel: TUNNEL_CIDR - #Storage (same range as br-storage on the target hosts) - storage: STORAGE_CIDR + # Management (same range as br-mgmt on the target hosts) + container: CONTAINER_MGMT_CIDR + # Tunnel endpoints for VXLAN tenant networks + # (same range as br-vxlan on the target hosts) + tunnel: TUNNEL_CIDR + # Storage (same range as br-storage on the target hosts) + storage: STORAGE_CIDR Replace ``*_CIDR`` with the appropriate IP address range in CIDR notation. For example, 203.0.113.0/24.