From 1481322d7466c2b53a6144963663173ff0404422 Mon Sep 17 00:00:00 2001 From: Matthew Edmonds Date: Fri, 27 Jul 2018 15:48:38 -0400 Subject: [PATCH] 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 --- doc/source/guides/neutron.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/guides/neutron.rst b/doc/source/guides/neutron.rst index 7f360c63cc..12c6d6902d 100644 --- a/doc/source/guides/neutron.rst +++ b/doc/source/guides/neutron.rst @@ -376,8 +376,8 @@ controller node. ## Neutron options Q_USE_SECGROUP=True - ENABLE_PROJECT_VLANS=True - PROJECT_VLAN_RANGE=3001:4000 + ENABLE_TENANT_VLANS=True + TENANT_VLAN_RANGE=3001:4000 PHYSICAL_NETWORK=default OVS_PHYSICAL_BRIDGE=br-ex