1 Commits

Author SHA1 Message Date
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