ironic-python-agent/releasenotes/notes/add-disk-wait-config-opts-fe805292baca8029.yaml
Yosef Hoffman 13a8c6321e Add configuration options for DISK_WAIT
https://review.openstack.org/#/c/320295/ introduced two internal
variables: _DISK_WAIT_ATTEMPTS and _DISK_WAIT_DELAY. These values are
hardcoded. This patch adds configuration options for these so
that an operator can change them based on their own needs/fleet of
hardware.

Change-Id: I2ba97669ec710fb4a435307466cd8add9c2293ba
Closes-Bug: #1585663
2016-06-20 18:47:26 -04:00

9 lines
409 B
YAML

---
features:
- Added `ipa-disk-wait-attempts` configuration option to configure the
number of times to try and check to see if at least one suitable disk
has appeared in inventory before proceeding with any actions.
- Added `ipa-disk-wait-delay` configuration option to configure how many
seconds to wait between attempts to check if at least one suitable disk
has appeared in inventory.