openstacksdk/releasenotes/notes/config-aliases-0f6297eafd05c07c.yaml
Monty Taylor dade89b51f
Honor service-type aliases in config
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
2018-06-09 09:05:44 -05:00

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.