puppet-trove/releasenotes/notes/remove-keystone-v2-params-047438374b04606d.yaml
Takashi Kajinami 967522885a Clean up deprecated keystone v2 parameters
... and automated detection of auth_url parameter.

These were deprecated during the Ussuri cycle[1].

[1] 1d3bffd18b

Depends-on: https://review.opendev.org/823886
Change-Id: I8304a0fd3bcabaf236a03c98f368b35842c7bff1
2022-03-11 05:17:03 +00:00

19 lines
507 B
YAML

---
upgrade:
- |
The following deprecated parameters of the ``trove`` class have been
removed.
- ``nova_proxy_admin_user``
- ``nova_proxy_admin_pass``
- ``nova_proxy_tenant_name``
- ``os_region_name``
- |
Now the ``trove::api::service_credentials`` class no longer looks up
the ``auth_url`` parameter from the ``trove::keystone::authtoken`` class.
The parameter should be defined properly.
- |
The ``trove::guestagent::auth_url`` parameter has been removed.