Make VLAN-aware-VMs configurable
VLAN-aware-VMs are only supported with OVS firewall driver.
This patch makes the feature configurable and leaves it disabled
by default to ensure the feature is only available on supported
configurations to avoid confusion.
Change-Id: I65d88f7aa37f2f44f4446d9054d731defb90cd19
diff --git a/README.rst b/README.rst
index 9adbc21..7cf895b 100644
--- a/README.rst
+++ b/README.rst
@@ -625,6 +625,20 @@
ovs:
driver: openvswitch
+Neutron with VLAN-aware-VMs
+
+.. code-block:: yaml
+
+ neutron:
+ server:
+ vlan_aware_vms: true
+ ....
+ compute:
+ vlan_aware_vms: true
+ ....
+ gateway:
+ vlan_aware_vms: true
+
Neutron Server
--------------