From 72176b32a58f1e1838b67e98ff12f2bfc7e20054 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 3 Sep 2019 16:20:05 +0200 Subject: [PATCH] Add a release note for iscsi_verify_attempts deprecation Change-Id: I4244c63f5b4e3ed364f5171c5a22eaa6d9ef0047 Depends-On: https://review.opendev.org/#/c/677558 --- .../notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml diff --git a/releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml b/releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml new file mode 100644 index 0000000000..8d4cade932 --- /dev/null +++ b/releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml @@ -0,0 +1,10 @@ +--- +deprecations: + - | + The ironic-lib configuration option ``[disk_utils]iscsi_verify_attempts`` + has been deprecated in favor of: + + * ``[iscsi]verify_attempts`` to specify the number of attempts to + establish an iSCSI connection. + * ``[disk_utils]partition_detection_attempts`` to specify the number of + attempts to find a newly created partition.