5106d340f7
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
7 lines
223 B
YAML
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.
|