bbd71c45c6
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
5 lines
117 B
YAML
5 lines
117 B
YAML
---
|
|
features:
|
|
- The ExtensionDescriptor class moved from neutron.api.extensions to
|
|
neutron_lib.api.extensions.
|