neutron-lib/releasenotes/notes/extension_descriptor-04025e86249cc94c.yaml
Nate Johnston bbd71c45c6 Add ExtensionDescriptor to neutron-lib
When a subproject wants to create a class to extend the Neutron API,
that class inherits from ExtensionDescriptor.  This change pulls
ExtensionDescriptor over to neutron-lib so that subprojects can inherit
from it.  This class is almost entirely abstract.

This is used by nearly every neutron stadium project.

Change-Id: I4e9ba9c0c7fd4c5f449f11b4f401fa265ae7ea43
2016-11-01 21:33:02 +00:00

5 lines
117 B
YAML

---
features:
- The ExtensionDescriptor class moved from neutron.api.extensions to
neutron_lib.api.extensions.