d35f7e1716
The neutron.services.qos.drivers.base.DriverBase class is used by a number of consumers [1]. This patch rehomes it into neutron_lib along with the qos_consts that are also used by consumers [2]. UTs and a release note are also included. [1] http://codesearch.openstack.org/?q=from%20neutron%5C.services%5C.qos%5C.drivers%20import%20base [2] http://codesearch.openstack.org/?q=from%20neutron%5C.services%5C.qos%20import%20qos_consts Change-Id: Ifaf4657c37791e8e11907c66fb6cab7128c122a6
7 lines
286 B
YAML
7 lines
286 B
YAML
---
|
|
features:
|
|
- The ``DriverBase`` class from ``neutron.services.qos.drivers.base`` is now
|
|
available in the ``neutron_lib.services.qos.base`` module.
|
|
- The constants defined in ``neutron.services.qos.qos_consts`` are now
|
|
available in ``neutron_lib.services.qos.constants``.
|