Merge "Increase size of subnet allocation pool"

This commit is contained in:
Jenkins 2016-07-29 01:00:52 +00:00 committed by Gerrit Code Review
commit 4522829c98

View File

@ -127,7 +127,7 @@ class NetworksTest(base.BaseNetworkTest):
def _get_allocation_pools_from_gateway(cls, ip_version):
"""Return allocation range for subnet of given gateway"""
gateway = cls._get_gateway_from_tempest_conf(ip_version)
return [{'start': str(gateway + 2), 'end': str(gateway + 3)}]
return [{'start': str(gateway + 2), 'end': str(gateway + 6)}]
def subnet_dict(self, include_keys):
# Return a subnet dict which has include_keys and their corresponding