summaryrefslogtreecommitdiff
path: root/releasenotes/notes/image-download-http-976c82f440c61c96.yaml
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 /releasenotes/notes/image-download-http-976c82f440c61c96.yaml
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 'releasenotes/notes/image-download-http-976c82f440c61c96.yaml')
-rw-r--r--releasenotes/notes/image-download-http-976c82f440c61c96.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/image-download-http-976c82f440c61c96.yaml b/releasenotes/notes/image-download-http-976c82f440c61c96.yaml
new file mode 100644
index 000000000..60b845885
--- /dev/null
+++ b/releasenotes/notes/image-download-http-976c82f440c61c96.yaml
@@ -0,0 +1,7 @@
+---
+upgrade:
+ - |
+ The default value of the configuration option
+ ``[agent]image_download_source`` has been changed to ``http`` to simplify
+ transition from the ``iscsi`` deploy interface. Set it to ``swift``
+ explicitly to maintain the previous behavior.