Larger default range for floating IP and Tempest network

No need to restrict to a /28 network.

Change-Id: Iae8037191ee252c8b332fc66c0f1f0f182ba9078
This commit is contained in:
Luigi Toscano 2016-11-15 18:38:04 +01:00
parent 8862c675c8
commit dbb31bce0c
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ def initConfig(controller):
"PROMPT": "Enter the network address for the floating IP subnet",
"OPTION_LIST": False,
"VALIDATORS": False,
"DEFAULT_VALUE": "172.24.4.224/28",
"DEFAULT_VALUE": "172.24.4.0/24",
"MASK_INPUT": False,
"LOOSE_VALIDATION": True,
"CONF_NAME": "CONFIG_PROVISION_DEMO_FLOATRANGE",
@ -245,7 +245,7 @@ def initConfig(controller):
"PROMPT": "Enter the network address for the floating IP subnet",
"OPTION_LIST": False,
"VALIDATORS": False,
"DEFAULT_VALUE": "172.24.4.224/28",
"DEFAULT_VALUE": "172.24.4.0/24",
"MASK_INPUT": False,
"LOOSE_VALIDATION": True,
"CONF_NAME": "CONFIG_PROVISION_TEMPEST_FLOATRANGE",