os-vif/releasenotes/notes/fix-stevedore-entrypoints-8002ec7a5166c977.yaml
Sean Mooney 4cacdaa560 remove unused entrypoints
- 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
2016-05-20 21:29:10 +01:00

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.