]> 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)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 22 Jan 2014 12:55:46 +0000 (04:55 -0800)
commit80aa68681f0a95c9c9ae0988b4dbb477de1d6371
treea7f47a88fecaf2fb64d768d3f653f3906403f69e
parent49efd608d395ecede1f8074d17c6a8230ffbb1c6
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