neutron-lib/releasenotes/notes/rehome-qos-driverbase-f729875b2ad74ce0.yaml
Boden R d35f7e1716 rehome qos service DriverBase class
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
2017-06-13 09:06:33 -06:00

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``.