<div dir="ltr">Hi,<div><br></div><div>In ocata we used network environment  file to configure network parameters as following</div><div><div><br></div><div>  InternalApiNetCidr: '<a href="http://172.16.2.0/24">172.16.2.0/24</a>'</div><div>  TenantNetCidr: '<a href="http://172.16.0.0/24">172.16.0.0/24</a>'</div><div>  ExternalNetCidr: '<a href="http://192.168.204.0/24">192.168.204.0/24</a>'</div><div>  # Customize the VLAN IDs to match the local environment</div><div>  InternalApiNetworkVlanID: 711</div><div>  TenantNetworkVlanID: 714</div><div>  ExternalNetworkVlanID: 204</div><div>  InternalApiAllocationPools: [{'start': '172.16.2.4', 'end': '172.16.2.250'}]</div><div>  TenantAllocationPools: [{'start': '172.16.0.4', 'end': '172.16.0.250'}]</div><div>  # Leave room if the external network is also used for floating IPs</div><div>  ExternalAllocationPools: [{'start': '192.168.204.6', 'end': '192.168.204.99'}]</div></div><div><br></div><div>In queens now that we use nerwork_data.yaml do we still need to set the parameters above?</div><div><br></div><div>Samuel</div></div>