Merge "Missing 'interface' in Clean Step"

This commit is contained in:
Zuul
2025年03月20日 19:27:40 +00:00
committed by Gerrit Code Review

View File

@@ -73,6 +73,7 @@ class ExampleBusinessLogicHardwareManager(hardware.HardwareManager):
return [{
'step': 'companyx_verify_device_lifecycle',
'priority': 472,
'interface': 'deploy',
# If you need Ironic to coordinate a reboot after this step
# runs, but before continuing cleaning, this should be true.
'reboot_requested': False,

View File

@@ -120,6 +120,7 @@ class ExampleDeviceHardwareManager(hardware.HardwareManager):
return [{
'step': 'upgrade_example_device_model1234_firmware',
'priority': 37,
'interface': 'deploy',
# If you need Ironic to coordinate a reboot after this step
# runs, but before continuing cleaning, this should be true.
'reboot_requested': True,
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.