Change subnet_cidr_start value

Making the mask small enough to let user create a large number
of subnets_per_network. Also this value by default causes IpAddress
generation failures in neutron-server logs.

Change-Id: I7ee9ecf928abd5608b22e568433dc78d61b1fdfd
This commit is contained in:
Sai Sindhur Malleni 2017-03-28 14:54:24 -04:00
parent 1319127057
commit 818f59e1a7

View File

@ -9,7 +9,7 @@
args:
network_create_args: ""
subnet_create_args: ""
subnet_cidr_start: "1.1.0.0/30"
subnet_cidr_start: "10.0.0.0/16"
subnets_per_network: {{subnets_per_network}}
router_create_args: {{ router_create_args }}
runner: