Merge "Ensure ext-net is defined as a flat network"

This commit is contained in:
Jenkins 2015-06-08 08:14:26 +00:00 committed by Gerrit Code Review
commit c1f2b95e7e
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",