summaryrefslogtreecommitdiff
path: root/ironic/drivers
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-12 20:16:36 +0000
committerGerrit Code Review <review@openstack.org>2021-03-12 20:16:36 +0000
commitf152ad370df8bf16e6d4d9ccab8be9a258dc57cf (patch)
tree84b46d2ed1acb76df7dd0f013008be470b26d185 /ironic/drivers
parentebaa359937817319c15bd6acfb88d74f0d2d63bb (diff)
parent6ba1ecad17bea362f4f9ea8f1641e9d6d87bcfb8 (diff)
downloadironic-f152ad370df8bf16e6d4d9ccab8be9a258dc57cf.tar.gz
Merge "Allow users to configure priority for {create,delete}_configuration"
Diffstat (limited to 'ironic/drivers')
-rw-r--r--ironic/drivers/modules/agent_base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ironic/drivers/modules/agent_base.py b/ironic/drivers/modules/agent_base.py
index 35ad016f7..da90bb503 100644
--- a/ironic/drivers/modules/agent_base.py
+++ b/ironic/drivers/modules/agent_base.py
@@ -852,6 +852,8 @@ class AgentDeployMixin(HeartbeatMixin, AgentOobStepsMixin):
'erase_devices': CONF.deploy.erase_devices_priority,
'erase_devices_metadata':
CONF.deploy.erase_devices_metadata_priority,
+ 'delete_configuration': CONF.deploy.delete_configuration_priority,
+ 'create_configuration': CONF.deploy.create_configuration_priority
}
return get_steps(
task, 'clean', interface='deploy',