Add 'interface' to get_clean_steps docstring

Change-Id: Ice547f5eec849650828e1bd1aac48e7f041eeb34
This commit is contained in:
Mark Goddard 2019-03-21 17:25:57 +00:00
parent ce9d0ef721
commit b81b7c1c87
1 changed files with 2 additions and 0 deletions

View File

@ -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