From d551b2acffb542d383c1538559e59d2add71e6f1 Mon Sep 17 00:00:00 2001 From: "luke.li" Date: Tue, 22 Aug 2017 10:59:46 +0800 Subject: [PATCH] Update "nework" to "network" in comments Change-Id: Id1bf438329aad9a5df911a8911adb2c8918e8c07 --- .../web-applications/sample/heat/nested/setup_net_sg.yaml | 2 +- .../ecommerce/sample/heat/nested/setup_network.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/web-applications/sample/heat/nested/setup_net_sg.yaml b/doc/source/web-applications/sample/heat/nested/setup_net_sg.yaml index 03b16e6..af93275 100644 --- a/doc/source/web-applications/sample/heat/nested/setup_net_sg.yaml +++ b/doc/source/web-applications/sample/heat/nested/setup_net_sg.yaml @@ -96,7 +96,7 @@ resources: #not pick it up and you will have routing issues gateway_ip: 192.168.101.5 #This routing information will get passed to the instances as they startup - #Provide both the routes to the DB nework and to the web network + #Provide both the routes to the DB network and to the web network host_routes: [{"destination": 192.168.100.0/24, "nexthop": 192.168.101.5}, {"destination": 192.168.102.0/24, "nexthop": 192.168.101.6}, {"destination": 0.0.0.0/24, "nexthop": 192.168.100.4}] network: { get_resource: App_private_network } name: App_Tier_private_subnet diff --git a/workload-ref-archs/ecommerce/sample/heat/nested/setup_network.yaml b/workload-ref-archs/ecommerce/sample/heat/nested/setup_network.yaml index 26cef3b..16fb874 100644 --- a/workload-ref-archs/ecommerce/sample/heat/nested/setup_network.yaml +++ b/workload-ref-archs/ecommerce/sample/heat/nested/setup_network.yaml @@ -98,7 +98,7 @@ resources: #not pick it up and you will have routing issues gateway_ip: 192.168.101.5 #This routing information will get passed to the instances as they startup - #Provide both the routes to the DB nework and to the web network + #Provide both the routes to the DB network and to the web network host_routes: [{"destination": 192.168.100.0/24, "nexthop": 192.168.101.5}, {"destination": 192.168.102.0/24, "nexthop": 192.168.101.6}, {"destination": 0.0.0.0/24, "nexthop": 192.168.100.4}] network: { get_resource: App_private_network } name: eCommerce_Services_subnet