ironic-inspector/releasenotes/notes/hook-deps-83a867c7af0300e4.yaml
Dmitry Tantsur 10522e0963 Allow hooks to have dependencies on other hooks
Also refactored hooks and got rid of compatibility layer with old
stevedore.

Change-Id: I81f21df7ebad4df893539ec5f0a03064e7c0a263
Closes-Bug: #1681751
2017-04-26 19:13:52 +02:00

7 lines
212 B
YAML

---
features:
- |
Processing hooks can now define dependencies on other processing hooks.
**ironic-inspector** start up fails when required hooks are not enabled
before the hook that requires them.