From 466d80eeee605a337311abb7c49b50b0f964ef83 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 11 Nov 2015 10:21:42 +0900 Subject: [PATCH] INSTALL.rst: Tweak the description of ML2 extension driver Change-Id: I2bda2f78d9c3d38151eb83f6d37374ae936d70df --- INSTALL.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 96e5085..2dd8a7d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -14,16 +14,12 @@ Dependencies ============ TaaS requires the 'Port Security' Neutron ML2 extension. Please make sure that -this extension has been enabled in the `local.conf` file during DevStack setup. +this extension has been enabled. -Adding the folowing section to 'local.conf' while installing devstack will enable -'Port Security' extension +Adding the folowing to 'local.conf' while installing devstack will enable +'Port Security' extension. (It's enabled by default) - [[post-config|/$Q_PLUGIN_CONF_FILE]] - - [ml2] - - extension_drivers=port_security + Q_ML2_PLUGIN_EXT_DRIVERS=port_security Installation