Base code for inspection hooks support.
Bases: object
Abstract base class for inspection hooks.
An ordered list of hooks that must be enabled before this one.
The items here should be entry point names, not classes.
Hook to run before the main inspection data processing.
This hook is run even before sanity checks.
task – A TaskManager instance.
inventory – Hardware inventory information sent by the ramdisk. Must not be modified by the hook.
plugin_data – Plugin data sent by the ramdisk. May be modified by the hook.
nothing.
Create a Stevedore extension manager for inspection hooks.
args – arguments to pass to the hooks constructor
a Stevedore NamedExtensionManager
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.