fix the spelling mistakes

Change-Id: Ie106d1310885a02fb01122f710e428ab286f9080
This commit is contained in:
jiasirui 2019-09-12 18:59:07 +08:00
parent 67c7d0b951
commit b74cbb8e33
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ resources:
#setting aside lower IP's to leave room for routers
allocation_pools: [{ "start": 192.168.101.10, "end": 192.168.101.200 }]
#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