4cacdaa560
- stevedore enterypoints for intree plugins should be defined in setup.cfg. - This change remove the entrypoint definitions from setup.py as they are not needed. Change-Id: Id768d3fe28d8dfe350a75f88eca62022ac7074c0
7 lines
258 B
YAML
7 lines
258 B
YAML
---
|
|
fixes:
|
|
- os-vif plugins were previously incorrectly registered
|
|
in both the setup.py and setup.cfg. All plugin registration
|
|
have been removed form the setup.py as they were not used
|
|
and may have blocked registration of out of tree plugins.
|