| # TODO Remove below variables with typo in next release |
| openstack_baremetal_neutron_subnet_cidr: ${_param:openstack_baremeta_neutron_subnet_cidr} |
| openstack_baremetal_neutron_subnet_allocation_start: ${_param:openstack_baremeta_neutron_subnet_allocation_start} |
| openstack_baremetal_neutron_subnet_allocation_end: ${_param:openstack_baremeta_neutron_subnet_allocation_end} |
| endpoint_type: internalURL |
| provider_network_type: flat |
| provider_physical_network: physnet3 |
| port_security_enabled: false |
| cidr: ${_param:openstack_baremetal_neutron_subnet_cidr} |
| - start: ${_param:openstack_baremetal_neutron_subnet_allocation_start} |
| end: ${_param:openstack_baremetal_neutron_subnet_allocation_end} |