]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove nvplib and move utility methods into nsxlib
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 14 Feb 2014 00:55:13 +0000 (16:55 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:42 +0000 (15:20 +0800)
commit03386447366dc1b3dbf0e59ce9491212b766ea33
treea40d42a52d851e818ef35104539f8048f14589bc
parent3467b9134a3009c59f6b0f9300bfe004ae4c55c9
Remove nvplib and move utility methods into nsxlib

This patch completes the process of moving code from nvplib
to nsxlib. Utility methods such as do_request and get_all_query_pages
are transferred into nsxlib, so that nvplib can be safely removed.

Partially implements blueprint nicira-plugin-renaming

Change-Id: I43be18c89ac908ebae32b39a8508a7006b5fe328
16 files changed:
neutron/plugins/vmware/check_nsx_config.py
neutron/plugins/vmware/common/sync.py
neutron/plugins/vmware/nsxlib/__init__.py
neutron/plugins/vmware/nsxlib/l2gateway.py
neutron/plugins/vmware/nsxlib/lsn.py
neutron/plugins/vmware/nsxlib/queue.py
neutron/plugins/vmware/nsxlib/router.py
neutron/plugins/vmware/nsxlib/secgroup.py
neutron/plugins/vmware/nsxlib/switch.py
neutron/plugins/vmware/nvplib.py [deleted file]
neutron/tests/unit/vmware/__init__.py
neutron/tests/unit/vmware/nsxlib/test_l2gateway.py
neutron/tests/unit/vmware/nsxlib/test_router.py
neutron/tests/unit/vmware/nsxlib/test_secgroup.py
neutron/tests/unit/vmware/test_nsx_sync.py
neutron/tests/unit/vmware/test_nsx_utils.py