summaryrefslogtreecommitdiff
path: root/ironic/conf/agent.py
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-09-07 19:01:30 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-09-08 16:28:31 +0200
commitb5d5e5774c53b36819faf403b2df82590c6cc8bb (patch)
tree030719d40a0bd716c90c7370c3c56ed03184f2b3 /ironic/conf/agent.py
parent30a9d3357770eee5642034325c0fdb6c83c87997 (diff)
downloadironic-b5d5e5774c53b36819faf403b2df82590c6cc8bb.tar.gz
Change [agent]image_download_source=http
As part of the plan to deprecate the iSCSI deploy interface, changing this option to a value that will work out-of-box for more deployments. The standalone CI jobs are switched to http as well, the rest of jobs are left with swift. The explicit indirect jobs are removed. Change-Id: Idc56a70478dfe65e9b936006a5355d6b96e536e1 Story: #2008114 Task: #40831
Diffstat (limited to 'ironic/conf/agent.py')
-rw-r--r--ironic/conf/agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/conf/agent.py b/ironic/conf/agent.py
index 85b0fc4e0..3fc8aac34 100644
--- a/ironic/conf/agent.py
+++ b/ironic/conf/agent.py
@@ -105,7 +105,7 @@ opts = [
('local', _('Same as "http", but HTTP images '
'are also cached locally, converted '
'and served from the conductor'))],
- default='swift',
+ default='http',
mutable=True,
help=_('Specifies whether direct deploy interface should try '
'to use the image source directly or if ironic should '