It reverts the subnet pool to 192.168.120.0/24.
It avoids conflicts with default CPE private subnets.
It also increases cloudify spawning timeout.
Change-Id: I70183cede0690c2cbc74f9c30a38892d829db2c9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
flavor_disk = 50
username = 'centos'
ssh_connect_loops = 12
- create_server_timeout = 240
+ create_server_timeout = 300
ports = [80, 443, 5671, 53333]
def __init__(self, **kwargs):
"""
__logger = logging.getLogger(__name__)
- cidr = '192.168.0.0/24'
+ cidr = '192.168.120.0/24'
shared_network = False
def __init__(self, **kwargs):