Fix typos

This commit is contained in:
James Slagle 2014-08-18 14:12:29 -04:00
parent f50b4f20fb
commit 4793d9bef3
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export FLOATING_IP_START="172.17.0.45"
export FLOATING_IP_END="172.17.0.64"
export FLOATING_IP_CIDR="172.17.0.0/16"
export NEUTRON_NETWORK_TYPE=gre
export NETURON_TUNNEL_TYPES=gre
export NEUTRON_TUNNEL_TYPES=gre
export COMPUTESCALE=1
export BLOCKSTORAGESCALE=1
export SWIFTSTORAGESCALE=1

View File

@ -10,7 +10,7 @@ export FLOATING_IP_START=192.0.2.45
export FLOATING_IP_END=192.0.2.64
export FLOATING_IP_CIDR=192.0.2.0/24
export NEUTRON_NETWORK_TYPE=gre
export NETURON_TUNNEL_TYPES=gre
export NEUTRON_TUNNEL_TYPES=gre
export MACS=""
export COMPUTESCALE=1
export BLOCKSTORAGESCALE=1