From 10a8c88cccc43a8a9222b5e414198b105b190a67 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 11 Mar 2015 16:41:32 +0900 Subject: [PATCH] README.md: Correct the defaults of some of Q_ML2_PLUGIN variables Also, tweak Q_AGENT description and note its default. Change-Id: Ie24d14f58c09ccd375fd981683dba2efd5211f24 --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 206ffe098b..2e269762f7 100644 --- a/README.md +++ b/README.md @@ -249,14 +249,17 @@ To change this, set the `Q_AGENT` variable to the agent you want to run Variable Name Notes ---------------------------------------------------------------------------- Q_AGENT This specifies which agent to run with the - ML2 Plugin (either `openvswitch` or `linuxbridge`). + ML2 Plugin (Typically either `openvswitch` + or `linuxbridge`). + Defaults to `openvswitch`. Q_ML2_PLUGIN_MECHANISM_DRIVERS The ML2 MechanismDrivers to load. The default - is none. Note, ML2 will work with the OVS - and LinuxBridge agents by default. + is `openvswitch,linuxbridge`. Q_ML2_PLUGIN_TYPE_DRIVERS The ML2 TypeDrivers to load. Defaults to all available TypeDrivers. - Q_ML2_PLUGIN_GRE_TYPE_OPTIONS GRE TypeDriver options. Defaults to none. - Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS VXLAN TypeDriver options. Defaults to none. + Q_ML2_PLUGIN_GRE_TYPE_OPTIONS GRE TypeDriver options. Defaults to + `tunnel_id_ranges=1:1000'. + Q_ML2_PLUGIN_VXLAN_TYPE_OPTIONS VXLAN TypeDriver options. Defaults to + `vni_ranges=1001:2000` Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS VLAN TypeDriver options. Defaults to none. # Heat