ironic_inspector.introspection_state module

Introspection state.

class ironic_inspector.introspection_state.Events[source]

Bases: object

Events that change introspection state.

abort = 'abort'
abort_end = 'abort_end'
classmethod all()[source]

Return a list of all events.

error = 'error'
finish = 'finish'
process = 'process'
reapply = 'reapply'
start = 'start'
timeout = 'timeout'
wait = 'wait'
class ironic_inspector.introspection_state.States[source]

Bases: object

States of an introspection.

aborting = 'aborting'
classmethod all()[source]

Return a list of all states.

enrolling = 'enrolling'
error = 'error'
finished = 'finished'
processing = 'processing'
reapplying = 'reapplying'
starting = 'starting'
waiting = 'waiting'