fix network name
This commit is contained in:
parent
cba53f7abe
commit
99b1db6b6d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue