neutron-lib/releasenotes/notes/add-extension-supported-be6f7069856d2891.yaml
Gary Kotton 232a10d549 Add is_extension_supported to neutron_lib
This enables a plugin to determine if a specific extension is
enabled.

Change-Id: I721cb63e9163304422684d683e62e24de01796be
2017-02-14 18:13:34 +00:00

7 lines
201 B
YAML

---
features:
- |
Rehome the validation for checking if an extension is supported by the
plugin. The method ``is_extension_supported`` will now be part of
``neutron_lib.api.extensions``.