Merge "It has to tell user how to set the internet ip"

This commit is contained in:
Zuul 2017-12-29 08:14:25 +00:00 committed by Gerrit Code Review
commit 4f00d910fe

@ -9,6 +9,8 @@ IMAGE_URL=http://download.cirros-cloud.net/0.3.5/
IMAGE=cirros-0.3.5-x86_64-disk.img
IMAGE_NAME=cirros
IMAGE_TYPE=linux
# This EXT_NET_CIDR is your public network,that you want to connect to the internet via.
EXT_NET_CIDR='10.0.2.0/24'
EXT_NET_RANGE='start=10.0.2.150,end=10.0.2.199'
EXT_NET_GATEWAY='10.0.2.1'