]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Rename Queue related methods for VMware NSX plugin
authorarmando-migliaccio <armamig@gmail.com>
Wed, 15 Jan 2014 22:15:51 +0000 (14:15 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:21 +0000 (15:20 +0800)
commit86c74f9cdfda538b738b9d2b407d2e749da3442a
tree3859d221aaaa80b22a2cd5d0b60eb5399d924405
parentb40d5c3cbb0a88825ad89fffadd64bed922792f6
Rename Queue related methods for VMware NSX plugin

This is the first step of many for renaming/refactoring
nvplib and related modules. Starting with queues, whose
code is small and less daunting.

Partial-implements blueprint: nicira-plugin-renaming

Change-Id: I2db899883c61f30c8b15703c96290872e853d670
neutron/plugins/nicira/NeutronPlugin.py
neutron/plugins/nicira/common/utils.py
neutron/plugins/nicira/dbexts/qos_db.py [moved from neutron/plugins/nicira/dbexts/nicira_qos_db.py with 91% similarity]
neutron/plugins/nicira/nsxlib/queue.py [new file with mode: 0644]
neutron/plugins/nicira/nvplib.py
neutron/tests/unit/nicira/nsxlib/__init__.py [new file with mode: 0644]
neutron/tests/unit/nicira/nsxlib/test_queue.py [new file with mode: 0644]
neutron/tests/unit/nicira/test_nicira_plugin.py
neutron/tests/unit/nicira/test_nvplib.py