nova/releasenotes/notes/max_concurrent_live_migrations-option-force-minimum-value-c0455a1b97d54bf1.yaml
Takashi NATSUME 37c42c97e2 Add minimum value in max_concurrent_live_migrations
Add minimum value 0 in the max_concurrent_live_migrations option.

Change-Id: I52ead0154e311a0ebdfd6d7413704fa350020587
2019-04-12 01:05:29 +00:00

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.