ironic.conductor.notification_utils.emit_console_notification(task, action, status)[source]¶Helper for conductor sending a set console state notification.
| Parameters: |
|
|---|
ironic.conductor.notification_utils.emit_power_set_notification(task, level, status, to_power)[source]¶Helper for conductor sending a set power state notification.
| Parameters: |
|
|---|
ironic.conductor.notification_utils.emit_power_state_corrected_notification(task, from_power)[source]¶Helper for conductor sending a node power state corrected notification.
When ironic detects that the actual power state on a bare metal hardware is different from the power state on an ironic node (DB), the ironic node’s power state is corrected to be that of the bare metal hardware. A notification is emitted about this after the database is updated to reflect this correction.
| Parameters: |
|
|---|
ironic.conductor.notification_utils.emit_provision_set_notification(task, level, status, prev_state, prev_target, event)[source]¶Helper for conductor sending a set provision state notification.
| Parameters: |
|
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.