The ironic_inspector.introspection_state Module

Introspection state.

class ironic_inspector.introspection_state.Events[source]

Bases: object

Events that change introspection state.

abort = 'abort'
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.

classmethod all()[source]

Return a list of all states.

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