dade89b51f
The correct config names are based on the official service type, such as block_storage_api_version or OS_BLOCK_STORAGE_API_VERSION. But, there are folks who have been using volume_api_version or OS_VOLUME_API_VERSION. Support looking for config values based on service-type aliases. The official type will win. Change-Id: I13c77ad4fce14a491b6a82f4c7e332d284d14e0d
8 lines
276 B
YAML
8 lines
276 B
YAML
---
|
|
features:
|
|
- |
|
|
Config values now support service-type aliases. The correct config names
|
|
are based on the official service type, such as
|
|
``block_storage_api_version``, but with this change, legacy aliases such
|
|
as ``volume_api_version`` are also supported.
|