puppet-trove/releasenotes/notes/fix-auth_url-330322b223994b41.yaml
Takashi Kajinami 4b3962b803 Fix ignored auth_url parameters
The change d9759d24884cee443b5e9bd57bde1fb738271fdd incorrectly
implement parameter usage and it made auth_url parameters of
the following classes ineffective.
 - trove::taskmanager
 - trove::conductor

This change fixes these two parameters and ensures these the given
values are used to define config values. These parameters are also
deprecated to be replaced completely by the service_credential classes.

Change-Id: I028af124586ce366545b189694f9459597ce5ac1
2022-01-08 12:58:05 +09:00

18 lines
560 B
YAML

---
deprecations:
- |
The ``trove::taskmanager::auth_url parameter has been deprecated. Use
the ``trove::taskmanager::service_credentials::auth_url`` parameter
instead.
- |
The ``trove::conductor::auth_url parameter has been deprecated. Use
the ``trove::conductor::service_credentials::auth_url`` parameter
instead.
fixes:
- |
Now the ``trove::taskmanager::auth_url`` parameter and
the ``trove:conductor::auth_url`` parameter take effect and are used to
define value of ``[service_credentials] auth_url`` parameter.