13a8c6321e
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
9 lines
409 B
YAML
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.
|