Merge "Missing 'interface' in Clean Step"
This commit is contained in:
		@@ -73,6 +73,7 @@ class ExampleBusinessLogicHardwareManager(hardware.HardwareManager):
 | 
				
			|||||||
        return [{
 | 
					        return [{
 | 
				
			||||||
            'step': 'companyx_verify_device_lifecycle',
 | 
					            'step': 'companyx_verify_device_lifecycle',
 | 
				
			||||||
            'priority': 472,
 | 
					            'priority': 472,
 | 
				
			||||||
 | 
					            'interface': 'deploy',
 | 
				
			||||||
            # If you need Ironic to coordinate a reboot after this step
 | 
					            # If you need Ironic to coordinate a reboot after this step
 | 
				
			||||||
            # runs, but before continuing cleaning, this should be true.
 | 
					            # runs, but before continuing cleaning, this should be true.
 | 
				
			||||||
            'reboot_requested': False,
 | 
					            'reboot_requested': False,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -120,6 +120,7 @@ class ExampleDeviceHardwareManager(hardware.HardwareManager):
 | 
				
			|||||||
        return [{
 | 
					        return [{
 | 
				
			||||||
            'step': 'upgrade_example_device_model1234_firmware',
 | 
					            'step': 'upgrade_example_device_model1234_firmware',
 | 
				
			||||||
            'priority': 37,
 | 
					            'priority': 37,
 | 
				
			||||||
 | 
					            'interface': 'deploy',
 | 
				
			||||||
            # If you need Ironic to coordinate a reboot after this step
 | 
					            # If you need Ironic to coordinate a reboot after this step
 | 
				
			||||||
            # runs, but before continuing cleaning, this should be true.
 | 
					            # runs, but before continuing cleaning, this should be true.
 | 
				
			||||||
            'reboot_requested': True,
 | 
					            'reboot_requested': True,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user