203660a0be
First, the *_by_arch options are not a replacement for plain options: the cpu_arch property is neither required not standardized. This is why older options with *_by_arch equivalents are not deprecated. Second, the example in the documentation is wrong: oslo.config does not use Python dictionaries. Which makes me suspect that the feature has never been properly tested (indeed, it's not used in the devstack CI, and Bifrost uses the older options). Change-Id: If1e633930909ce9d80e14f3ec3daa0bf8d48b7f0
7 lines
222 B
YAML
7 lines
222 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``deploy_kernel``, ``deploy_ramdisk``, ``rescue_kernel`` and
|
|
``rescue_ramdisk`` configuration options, incorrectly deprecated in the
|
|
2023.2 release series, are no longer deprecated.
|