Untag management and storage networks

- Untag management and storage networks because management net
is not available from the host

Change-Id: Id6b19dbec15ed908cfea235ed51cc7334da3c7b0
Closes-Bug: #1518952
This commit is contained in:
asledzinskiy 2015-12-04 17:54:45 +02:00
parent c468c7cc39
commit 1d14aafa24
1 changed files with 2 additions and 0 deletions

View File

@ -1451,6 +1451,8 @@ class FuelWebClient(object):
networks['management']['cidr'] = str(manage_net)
networks['storage']['cidr'] = str(storage_net)
networks['management']['vlan_start'] = None
networks['storage']['vlan_start'] = None
if net_provider == 'neutron':
networks['private_tun']['cidr'] = str(private_net)