From b81b7c1c87b94badb751de57c457f6b371d11572 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 21 Mar 2019 17:25:57 +0000 Subject: [PATCH] Add 'interface' to get_clean_steps docstring Change-Id: Ice547f5eec849650828e1bd1aac48e7f041eeb34 --- ironic_python_agent/hardware.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ironic_python_agent/hardware.py b/ironic_python_agent/hardware.py index 92a9db543..ca312fdb6 100644 --- a/ironic_python_agent/hardware.py +++ b/ironic_python_agent/hardware.py @@ -503,6 +503,8 @@ class HardwareManager(object): Returns a list of steps. Each step is represented by a dict:: { + 'interface': the name of the driver interface that should execute + the step. 'step': the HardwareManager function to call. 'priority': the order steps will be run in. Ironic will sort all the clean steps from all the drivers, with the largest