Hi,
In ocata we used network environment file to configure network parameters
as following
InternalApiNetCidr: '172.16.2.0/24'
TenantNetCidr: '172.16.0.0/24'
ExternalNetCidr: '192.168.204.0/24'
# Customize the VLAN IDs to match the local environment
InternalApiNetworkVlanID: 711
TenantNetworkVlanID: 714
ExternalNetworkVlanID: 204
InternalApiAllocationPools: [{'start': '172.16.2.4', 'end':
'172.16.2.250'}]
TenantAllocationPools: [{'start': '172.16.0.4', 'end': '172.16.0.250'}]
# Leave room if the external network is also used for floating IPs
ExternalAllocationPools: [{'start': '192.168.204.6', 'end':
'192.168.204.99'}]
In queens now that we use nerwork_data.yaml do we still need to set the
parameters above?
Samuel
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev