From 0ac15ad5d7902ef30d495acf737c90ba9377566a Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Mon, 11 Aug 2014 16:29:42 -0700 Subject: [PATCH] NSX: fix wording for configuration option This patch clarifies that in order to use NSX distributed routers, the replication_mode parameter should be set to 'service'. This is already its default value, so no further change is needed beyond clarifying wording. Change-Id: I446c428ecf8c0bf7f6947e69562d60a7fb4383ed Closes-Bug: #1355502 --- etc/neutron/plugins/vmware/nsx.ini | 2 ++ neutron/plugins/vmware/common/config.py | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/neutron/plugins/vmware/nsx.ini b/etc/neutron/plugins/vmware/nsx.ini index 1ddb8b4516e..baca73b8693 100644 --- a/etc/neutron/plugins/vmware/nsx.ini +++ b/etc/neutron/plugins/vmware/nsx.ini @@ -128,6 +128,8 @@ # a service node is required in order to perform packet replication. This can # also be set to source if one wants replication to be performed locally (NOTE: # usually only useful for testing if one does not want to deploy a service node). +# In order to leverage distributed routers, replication_mode should be set to +# "service". # replication_mode = service [nsx_sync] diff --git a/neutron/plugins/vmware/common/config.py b/neutron/plugins/vmware/common/config.py index 5fcc52d16ad..6fde0b402a8 100644 --- a/neutron/plugins/vmware/common/config.py +++ b/neutron/plugins/vmware/common/config.py @@ -71,7 +71,9 @@ base_opts = [ help=_("The default option leverages service nodes to perform" " packet replication though one could set to this to " "'source' to perform replication locally. This is useful" - " if one does not want to deploy a service node(s).")) + " if one does not want to deploy a service node(s). " + "It must be set to 'service' for leveraging distributed " + "routers.")) ] sync_opts = [