Merge "Fixed tunnel ranges variable inconsistency."
This commit is contained in:
commit
9c0f077dd5
@ -161,7 +161,7 @@ ENABLE_TENANT_TUNNELS=${ENABLE_TENANT_TUNNELS:-False}
|
|||||||
# If using GRE tunnels for tenant networks, specify the range of
|
# If using GRE tunnels for tenant networks, specify the range of
|
||||||
# tunnel IDs from which tenant networks are allocated. Can be
|
# tunnel IDs from which tenant networks are allocated. Can be
|
||||||
# overriden in ``localrc`` in necesssary.
|
# overriden in ``localrc`` in necesssary.
|
||||||
TENANT_TUNNEL_RANGES=${TENANT_TUNNEL_RANGE:-1:1000}
|
TENANT_TUNNEL_RANGES=${TENANT_TUNNEL_RANGES:-1:1000}
|
||||||
|
|
||||||
# To use VLANs for tenant networks, set to True in localrc. VLANs
|
# To use VLANs for tenant networks, set to True in localrc. VLANs
|
||||||
# are supported by the openvswitch and linuxbridge plugins, each
|
# are supported by the openvswitch and linuxbridge plugins, each
|
||||||
|
Loading…
Reference in New Issue
Block a user