summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-24 06:09:10 +0000
committerGerrit Code Review <review@openstack.org>2020-09-24 06:09:10 +0000
commit28c0f3832259e5b9323a42160143def8f4de1378 (patch)
tree1a715a5b1864f32bb846eab012024c05d3950b70 /releasenotes
parentf6bfc7397ceaf35ec13c2f7085631efa1db67e21 (diff)
parentd8dccc8d06017e79f2b49afec069a18b3c7413fc (diff)
downloadironic-28c0f3832259e5b9323a42160143def8f4de1378.tar.gz
Merge "Deprecate the iscsi deploy interface"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/iscsi-deprecation-eb184141f88e7182.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/iscsi-deprecation-eb184141f88e7182.yaml b/releasenotes/notes/iscsi-deprecation-eb184141f88e7182.yaml
new file mode 100644
index 000000000..b2d892453
--- /dev/null
+++ b/releasenotes/notes/iscsi-deprecation-eb184141f88e7182.yaml
@@ -0,0 +1,16 @@
+---
+upgrade:
+ - |
+ The deprecated ``iscsi`` deploy interface is no longer enabled by default,
+ set ``enabled_deploy_interfaces`` to override. It is also no longer
+ the first in the list of deploy interface priorities, so it has to be
+ requested explicitly if the ``direct`` deploy is also enabled.
+ - |
+ Since the ``direct`` deploy interface is now used by default, you need to
+ configure ``[deploy]http_url`` and ``[deploy]http_root`` to point at a
+ local HTTP server or configure access to Swift.
+deprecations:
+ - |
+ The ``iscsi`` deploy interface is now deprecated, ``direct`` or ``ansible``
+ deploy should be used instead. We expected the complete removal of the
+ ``iscsi`` deploy code to happen in the "X" release.