summaryrefslogtreecommitdiff
path: root/ironic/drivers/base.py
diff options
context:
space:
mode:
authorMark Goddard <mark@stackhpc.com>2019-03-08 13:43:39 +0000
committerMark Goddard <mark@stackhpc.com>2019-03-15 10:10:45 +0000
commit56acabfab4c8f24065aa7e109a39b9cca2f7f2a3 (patch)
tree6872466e50cd01c6b22f7a608e5b75e9896a8796 /ironic/drivers/base.py
parentf5a983e04e50d4ef4df74cfa56161a565fc399eb (diff)
downloadironic-56acabfab4c8f24065aa7e109a39b9cca2f7f2a3.tar.gz
Deploy Templates: factor out ironic.conductor.steps
There is enough steps code in conductor.utils to warrant a separate module. Change-Id: I0126e860210bbc56991876f26e64d81d3d7d5c08 Story: 1722275 Task: 29902
Diffstat (limited to 'ironic/drivers/base.py')
-rw-r--r--ironic/drivers/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic/drivers/base.py b/ironic/drivers/base.py
index 254486fcd..513ba7113 100644
--- a/ironic/drivers/base.py
+++ b/ironic/drivers/base.py
@@ -1438,7 +1438,7 @@ def clean_step(priority, abortable=False, argsinfo=None):
For automated cleaning, only steps with priorities greater than 0 are
used. These steps are ordered by priority from highest value to lowest
value. For steps with the same priority, they are ordered by driver
- interface priority (see conductor.manager.CLEANING_INTERFACE_PRIORITY).
+ interface priority (see conductor.steps.CLEANING_INTERFACE_PRIORITY).
execute_clean_step() will be called on each step.
For manual cleaning, the clean steps will be executed in a similar fashion
@@ -1514,7 +1514,7 @@ def deploy_step(priority, argsinfo=None):
Only steps with priorities greater than 0 are used.
These steps are ordered by priority from highest value to lowest
value. For steps with the same priority, they are ordered by driver
- interface priority (see conductor.manager.DEPLOYING_INTERFACE_PRIORITY).
+ interface priority (see conductor.steps.DEPLOYING_INTERFACE_PRIORITY).
execute_deploy_step() will be called on each step.
Decorated deploy steps must take as the only positional argument, a