blob: 1cef167120ab10d6aeee05d86c5c000e6d0c6534 [file] [log] [blame]
classes:
- service.neutron.client
parameters:
neutron:
client:
resources:
v2:
admin_identity:
network:
public:
shared: False
router_external: True
default: True
provider_network_type: flat
provider_physical_network: physnet1
subnet:
public-subnet:
cidr: ${_param:openstack_public_neutron_subnet_cidr}
gateway_ip: ${_param:openstack_public_neutron_subnet_gateway}
allocation_pools:
- start: ${_param:openstack_public_neutron_subnet_allocation_start}
end: ${_param:openstack_public_neutron_subnet_allocation_end}
enable_dhcp: False
ip_version: 4