From aa3dce50ef1ffe8b2edb87cf1bbc9383787f9f93 Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Wed, 16 Dec 2015 13:59:55 -0500 Subject: 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 --- overcloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'overcloud.yaml') 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 : 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 : 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' -- cgit 1.2.3-korg