37c42c97e2
Add minimum value 0 in the max_concurrent_live_migrations option. Change-Id: I52ead0154e311a0ebdfd6d7413704fa350020587
6 lines
183 B
YAML
6 lines
183 B
YAML
---
|
|
upgrade:
|
|
- The ``max_concurrent_live_migrations`` configuration option has been
|
|
restricted by the minimum value and now raises a ValueError
|
|
if the value is less than 0.
|