]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: Make replication mode configurable
authorAaron Rosen <aaronorosen@gmail.com>
Wed, 26 Feb 2014 21:59:03 +0000 (13:59 -0800)
committerAaron Rosen <aaronorosen@gmail.com>
Mon, 10 Mar 2014 23:34:39 +0000 (16:34 -0700)
commit42c882b9e98755b9e119f6c566fc00a62a420af7
tree15e01c7cb3f48f7d27d76e789c7d8de5d8c2f609
parent42e0cbc79b3c84d86da4a96b39c8de9fcf7d94ab
NSX: Make replication mode configurable

The replication mode on switches and routers should have been configurable
to use source replication if one did not want to deploy service node(s).
This patch fixes that by making this option configurable.

Change-Id: Id9e8043c602b5e9349c10247eab993e59db5a52c
Closes-bug: #1285383
etc/neutron/plugins/nicira/nvp.ini
etc/neutron/plugins/vmware/nsx.ini
neutron/plugins/vmware/common/config.py
neutron/plugins/vmware/nsxlib/router.py
neutron/plugins/vmware/nsxlib/switch.py
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/nsxlib/test_router.py
neutron/tests/unit/vmware/test_nsx_opts.py