Merge "NSX: fix wording for configuration option"

This commit is contained in:
Jenkins 2014-08-13 01:36:53 +00:00 committed by Gerrit Code Review
commit 40a4c3620b
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -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 = [