Files
puppet-nova/releasenotes/notes/block_device_allocate_retries-a12f17bd0121ef7d.yaml
Takashi Kajinami 8c2f57b685 Migrate parameters about block device allocation
The following parameters are used only by nova-compute. This change
migrates these parameters from the nova class to the nova::compute
class to gather all parameters specific to nova-compute into its own
class.
 - block_device_allocate_retries
 - block_device_allocate_retries_interval

Change-Id: I9648f3c074eff88dc6663b75b7095b01a6da39a3
2021-01-25 16:02:23 +09:00

9 lines
245 B
YAML

---
deprecations:
- |
The following parameters have been deprecated. Use the same parameters of
the ``nova::compute`` class instead.
- ``nova::block_device_allocate_retries``
- ``nova::block_device_allocate_retries_interval``