]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Rename nvp_cluster for VMware NSX plugin
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 22 Jan 2014 12:55:46 +0000 (04:55 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:12 +0000 (15:20 +0800)
commit52ed0153396d88b22ed0dcd1f0a76e7d2751e799
tree804c1e76980f0d3a075ddec3cae57946c92bcb9a
parentdfc4944f7159d0097f376fb3545aee342fa805ae
Rename nvp_cluster for VMware NSX plugin

Rename the module into nsx_cluster and the class into NSXCluster,
and update references accordingly.

Also, rename utility method create_nvp_cluster to create_nsx_cluster
and move it into nsx_utils.

Partial-implements blueprint: nicira-plugin-renaming

Change-Id: I1a943cc64730ea67f464c3804370dad46411f8a2
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/nicira/check_nsx_config.py
neutron/plugins/nicira/common/nsx_utils.py
neutron/plugins/nicira/nsx_cluster.py [moved from neutron/plugins/nicira/nvp_cluster.py with 97% similarity]
neutron/tests/unit/nicira/test_nvp_sync.py
neutron/tests/unit/nicira/test_nvplib.py
neutron/tests/unit/nicira/test_nvpopts.py