Add a release note for iscsi_verify_attempts deprecation

Change-Id: I4244c63f5b4e3ed364f5171c5a22eaa6d9ef0047
Depends-On: https://review.opendev.org/#/c/677558
This commit is contained in:
Dmitry Tantsur 2019-09-03 16:20:05 +02:00
parent 222fd5f595
commit 72176b32a5
1 changed files with 10 additions and 0 deletions

View File

@ -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.