summaryrefslogtreecommitdiff
path: root/ironic_python_agent/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic_python_agent/config.py')
-rw-r--r--ironic_python_agent/config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ironic_python_agent/config.py b/ironic_python_agent/config.py
index 5c5de305..cd6de31f 100644
--- a/ironic_python_agent/config.py
+++ b/ironic_python_agent/config.py
@@ -329,8 +329,9 @@ cli_opts = [
'cluster which may be visible over a storage fabric '
'such as FibreChannel.'),
cfg.BoolOpt('md5_enabled',
- default=False,
- help='If the MD5 algorithm is enabled for file checksums.'),
+ default=True,
+ help='If the MD5 algorithm is enabled for file checksums. '
+ 'Will be changed to False in the future.'),
]
CONF.register_cli_opts(cli_opts)