neutron-lib/releasenotes/notes/rehome-linuxinterfacedriver-874c5e17f2675eab.yaml
Rodolfo Alonso Hernandez 5ba0b738e1 Rehome abstract class LinuxInterfaceDriver definition
This change will allow other third party plugins to inherit from this
class without importing Neutron but neutron-lib.

Change-Id: I29ff894a0da2df0c12aa6e90e8266e4d7aa30770
Related-Bug: #1879307
2020-05-22 07:23:36 +00:00

6 lines
186 B
YAML

---
features:
- The abstract class LinuxInterfaceDriver is now defined in
``neutron-lib.agent.linux.interface``. It contains only the
abstract methods and the class variables.