It has to tell user how to set the internet ip
Change-Id: I551bd6787dea8dcdfadd09161d295b1290480e8e
This commit is contained in:
parent
df4641b547
commit
b2b5c07533
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user