Merge "DOC - Fix YAML format in cidr_networks example"

This commit is contained in:
Jenkins 2016-07-03 08:28:49 +00:00 committed by Gerrit Code Review
commit 4813b7cdf0
2 changed files with 14 additions and 14 deletions

View File

@ -19,7 +19,7 @@ configure target host networking.
# Tunnel endpoints for VXLAN tenant networks # Tunnel endpoints for VXLAN tenant networks
# (same range as br-vxlan on the target hosts) # (same range as br-vxlan on the target hosts)
tunnel: TUNNEL_CIDR tunnel: TUNNEL_CIDR
#Storage (same range as br-storage on the target hosts) # Storage (same range as br-storage on the target hosts)
storage: STORAGE_CIDR storage: STORAGE_CIDR
Replace ``*_CIDR`` with the appropriate IP address range in CIDR Replace ``*_CIDR`` with the appropriate IP address range in CIDR

View File

@ -19,7 +19,7 @@ configure target host networking.
# Tunnel endpoints for VXLAN tenant networks # Tunnel endpoints for VXLAN tenant networks
# (same range as br-vxlan on the target hosts) # (same range as br-vxlan on the target hosts)
tunnel: TUNNEL_CIDR tunnel: TUNNEL_CIDR
#Storage (same range as br-storage on the target hosts) # Storage (same range as br-storage on the target hosts)
storage: STORAGE_CIDR storage: STORAGE_CIDR
Replace ``*_CIDR`` with the appropriate IP address range in CIDR Replace ``*_CIDR`` with the appropriate IP address range in CIDR