fix network name

This commit is contained in:
Miroslav Suchý 2014-09-16 08:18:28 +00:00
parent cba53f7abe
commit 99b1db6b6d

View file

@ -208,7 +208,7 @@
neutron_subnet:
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
name=external-subnet
network_name=external-subnet
network_name=external
cidr="{{ public_interface_cidr }}"
allocation_pool_start="{{ public_floating_start }}"
allocation_pool_end="{{ public_floating_end }}"