Browse code

Merge "Fixed tunnel ranges variable inconsistency."

Jenkins authored on 2014/07/07 22:09:24
Showing 1 changed files
... ...
@@ -161,7 +161,7 @@ ENABLE_TENANT_TUNNELS=${ENABLE_TENANT_TUNNELS:-False}
161 161
 # If using GRE tunnels for tenant networks, specify the range of
162 162
 # tunnel IDs from which tenant networks are allocated. Can be
163 163
 # overriden in ``localrc`` in necesssary.
164
-TENANT_TUNNEL_RANGES=${TENANT_TUNNEL_RANGE:-1:1000}
164
+TENANT_TUNNEL_RANGES=${TENANT_TUNNEL_RANGES:-1:1000}
165 165
 
166 166
 # To use VLANs for tenant networks, set to True in localrc. VLANs
167 167
 # are supported by the openvswitch and linuxbridge plugins, each