ba53acb279
removes code that allowed some service sections to not have and use keystoneauth adapter options. Also deprecates `[keystone]region_name` option in favor of per-client option of the same name. Change-Id: Ifd58947b016bfa93b516dd47a170ba8f5abf277e Closes-Bug: #1699547
29 lines
772 B
YAML
29 lines
772 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Configuration option ``[keystone]/region_name`` is deprecated
|
|
and will be ignored in the Rocky release.
|
|
Instead, provide per-service ``region_name`` option in the following
|
|
configuration file sections:
|
|
|
|
- service_catalog (for ironic API discovery from keystone service catalog)
|
|
- glance
|
|
- neutron
|
|
- cinder
|
|
- inspector
|
|
- swift
|
|
|
|
upgrade:
|
|
- |
|
|
Configuration option ``[keystone]/region_name`` is deprecated
|
|
and will be ignored in the Rocky release.
|
|
Instead, provide per-service ``region_name`` option in the following
|
|
configuration file sections:
|
|
|
|
- service_catalog (for ironic API discovery from keystone service catalog)
|
|
- glance
|
|
- neutron
|
|
- cinder
|
|
- inspector
|
|
- swift
|