aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorJoe Talerico <jtaleric@redhat.com>2015-12-16 13:59:55 -0500
committerJoe Talerico <jtaleric@redhat.com>2015-12-16 18:31:44 -0500
commitaa3dce50ef1ffe8b2edb87cf1bbc9383787f9f93 (patch)
tree626d0fac1ca5737158bd5fbbb6a0382aa8737392 /overcloud.yaml
parentbce5f65f2e036f6ef5232fdfc8025d7f864faa56 (diff)
Update VNI and TunnelID ranges.
Without modification we cannot scale to more than 1000 networks. Neutron will send this message to the user: "Unable to create the network. No tenant network is available for allocation." Change-Id: I5ecbc66a0b6aaa5edbe2669eed9caadfb0691511
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 1a571120..108e999e 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -182,13 +182,13 @@ parameters:
description: |
Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges
of GRE tunnel IDs that are available for tenant network allocation
- default: ["1:1000", ]
+ default: ["1:4094", ]
type: comma_delimited_list
NeutronVniRanges:
description: |
Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges
of VXLAN VNI IDs that are available for tenant network allocation
- default: ["1:1000", ]
+ default: ["1:4094", ]
type: comma_delimited_list
NeutronCorePlugin:
default: 'ml2'