neutron-lib/releasenotes/notes/mechanism_driver_supported_extensions-67e1b0b763571ae9.yaml
Rodolfo Alonso Hernandez b4e33e5e7a Add "supported_extensions" method to MechanismDriver
This method returns the supported plugin extensions, given a
set of them. Each mechanism driver will be able to implement each
own filtering method.

By default, the method will return the same set of extensions
without any filtering.

Related-Bug: #1888829

Change-Id: I6fd62f6f393b635e6710020adab736a09a142556
2020-07-28 12:13:16 +00:00

8 lines
282 B
YAML

---
features:
- |
Add ``supported_extensions`` method to ``MechanismDriver``. This method
provides an standard API to implement, per mechanism driver, a way to
filter the supported extensions. By default, this method will return the
same set of extensions passed.