Comment 10 for bug 1365043

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/125962
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=7c71f946b5de6385b2d5fb32d18821ff69ccec1c
Submitter: Jenkins
Branch: master

commit 7c71f946b5de6385b2d5fb32d18821ff69ccec1c
Author: Igor Zinovik <email address hidden>
Date: Fri Oct 3 16:14:53 2014 +0400

    honour `replication_mode' configuration option in the VMware NSX plugin

    - `replication_mode' stanza determines network traffic replication mode.
      Default value for this setting is `service' which means that NSX
      cluster operates with NSX Service nodes (as any NSX production cluster
      should) and packet replication on router and switches happens on NSX
      Service nodes.
    - setting `replication_mode' to `source' means that traffic replication
      happens localy on nodes, which is the only option if we do not have
      Service nodes.

    DocImpact
    Change-Id: I830dc687dbf25a8fd9e4d375c5e37af2bda83df4
    Partial-bug: #1365043