Skip to content

Commit 1481322

Browse files
committed
Correct neutron docs
The neutron guide refers to ENABLE_PROJECT_VLANS and PROJECT_VLAN_RANGE but these are not present/checked in the code, which uses ENABLE_TENANT_VLANS and TENANT_VLAN_RANGE. This corrects the documentation to match. Change-Id: I204356c861157e9fab357bb4dde55185bf18a707
1 parent 3b5477d commit 1481322

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/guides/neutron.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ controller node.
376376

377377
## Neutron options
378378
Q_USE_SECGROUP=True
379-
ENABLE_PROJECT_VLANS=True
380-
PROJECT_VLAN_RANGE=3001:4000
379+
ENABLE_TENANT_VLANS=True
380+
TENANT_VLAN_RANGE=3001:4000
381381
PHYSICAL_NETWORK=default
382382
OVS_PHYSICAL_BRIDGE=br-ex
383383

0 commit comments

Comments
 (0)