Files
puppet-nova/releasenotes/notes/compute-max_concurrent_builds-5766b153dc9c0596.yaml
Takashi Kajinami bf1e6fd9c1 Make max_concurrent_builds more generally available
This patch implements max_concurrent_builds in nova::compute class and
replaces the same parameter in nova::compute::ironic class.
This migration allows operators to set max_concurrent_builds for other
compute drivers like libvirt driver.

Change-Id: I73bbca9caf733c8b11335c988b8dbcc33c354150
2020-09-05 00:37:36 +09:00

7 lines
228 B
YAML

---
deprecations:
- |
The ``nova::compute::ironic::max_concurrent_builds`` parameter has been
deprecated and will be removed in a future release.
Use the ``nova::compute::max_concurrent_builds`` parameter instead.