Ensure ext-net is defined as a flat network

If not defined as flat, the ext-net will be created as either gre,
vxlan or vlan depending on network_type set for datacentre.

Change-Id: Ieb1a9842410ecf4e89af075a4190c3a28036df9c
This commit is contained in:
Giulio Fidente 2015-06-04 09:34:56 -04:00
parent 587fd8cf9b
commit 58fe86bb65
1 changed files with 2 additions and 0 deletions

View File

@ -611,6 +611,8 @@ if [ "stack-create" = "$HEAT_OP" ]; then #nodocs
},
"external": {
"name": "ext-net",
"provider:network_type": "flat",
"provider:physical_network": "datacentre",
"cidr": "$FLOATING_CIDR",
"allocation_start": "$FLOATING_START",
"allocation_end": "$FLOATING_END",