diff options
Diffstat (limited to 'ironic/conf')
-rw-r--r-- | ironic/conf/conductor.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ironic/conf/conductor.py b/ironic/conf/conductor.py index 61d6b3247..a2d168fd0 100644 --- a/ironic/conf/conductor.py +++ b/ironic/conf/conductor.py @@ -334,6 +334,16 @@ opts = [ 'node_history_max_entries setting as users of ' 'this setting are anticipated to need to retain ' 'history by policy.')), + cfg.MultiOpt('verify_step_priority_override', + item_type=types.Dict(), + default={}, + mutable=True, + help=_('Priority to run automated verify steps ' + 'provided in interface.step_name:priority format,' + 'e.g. management.clear_job_queue:123. The option can ' + 'be specified multiple times to define priorities ' + 'for multiple steps. If set to 0, this specific step ' + 'will not run during cleaning. ')), ] |