nova/releasenotes/notes/block_device_allocate_retries-min-0-uprade-dc97b8f0e7716a3b.yaml
Matt Riedemann 5106d340f7 Set min=0 for block_device_allocate_retries option
The compute manager code that uses the
block_device_allocate_retries option was handling
values less than zero, logging a warning and treating
the value as 0. This change removes that code and just
sets min=0 on the option itself. A release note is added
for the potential upgrade impact.

Change-Id: Ia5b99f7c96a8b6bce6899a6ff04019ab65487db9
Closes-Bug: #1819049
2019-03-07 16:32:18 -05:00

7 lines
223 B
YAML

---
upgrade:
- |
The ``[DEFAULT]/block_device_allocate_retries`` configuration option now
has a minimum required value of 0. Any previous configuration with a value
less than zero will now result in an error.