]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: revert queue extension name change
authorAaron Rosen <aaronorosen@gmail.com>
Mon, 16 Jun 2014 22:41:04 +0000 (15:41 -0700)
committerAaron Rosen <aaronorosen@gmail.com>
Mon, 16 Jun 2014 22:46:52 +0000 (15:46 -0700)
commit147b88b56f88998c580d7809f9948a227c4dcd60
tree8e428a6145649d8ed80bb5d4c9a20bbce1d24b15
parent575cbce59f16389368dcdbd4d32f8b3a15f9019e
NSX: revert queue extension name change

The following patch: d7aa2dfcb14b84e2ef3242fb0787200d852d6103 renamed the
nvp-qos extension to qos-queue which breaks the integration with nova as
nova checks for the nvp-qos extension to be loaded and now it's called
qos-queue. This patch adds back nvp-qos for trunk chasers and another
patch will migrate nova from nvp-qos to qos-queue.

Change-Id: I563aed6b6c4551489989f846a619d54020d0b5ee
closes-bug: 1329071
neutron/plugins/vmware/extensions/nvp_qos.py [new file with mode: 0644]
neutron/plugins/vmware/plugins/base.py