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:
@@ -90,7 +90,7 @@ def initConfig(controller):
|
|||||||
"PROMPT": "Enter the network address for the floating IP subnet",
|
"PROMPT": "Enter the network address for the floating IP subnet",
|
||||||
"OPTION_LIST": False,
|
"OPTION_LIST": False,
|
||||||
"VALIDATORS": False,
|
"VALIDATORS": False,
|
||||||
"DEFAULT_VALUE": "172.24.4.224/28",
|
"DEFAULT_VALUE": "172.24.4.0/24",
|
||||||
"MASK_INPUT": False,
|
"MASK_INPUT": False,
|
||||||
"LOOSE_VALIDATION": True,
|
"LOOSE_VALIDATION": True,
|
||||||
"CONF_NAME": "CONFIG_PROVISION_DEMO_FLOATRANGE",
|
"CONF_NAME": "CONFIG_PROVISION_DEMO_FLOATRANGE",
|
||||||
@@ -245,7 +245,7 @@ def initConfig(controller):
|
|||||||
"PROMPT": "Enter the network address for the floating IP subnet",
|
"PROMPT": "Enter the network address for the floating IP subnet",
|
||||||
"OPTION_LIST": False,
|
"OPTION_LIST": False,
|
||||||
"VALIDATORS": False,
|
"VALIDATORS": False,
|
||||||
"DEFAULT_VALUE": "172.24.4.224/28",
|
"DEFAULT_VALUE": "172.24.4.0/24",
|
||||||
"MASK_INPUT": False,
|
"MASK_INPUT": False,
|
||||||
"LOOSE_VALIDATION": True,
|
"LOOSE_VALIDATION": True,
|
||||||
"CONF_NAME": "CONFIG_PROVISION_TEMPEST_FLOATRANGE",
|
"CONF_NAME": "CONFIG_PROVISION_TEMPEST_FLOATRANGE",
|
||||||
|
|||||||
Reference in New Issue
Block a user