adfd853267
The admin_* parameters are implementing the same functionality as keystoneauth parameters alghouth these don't provide all parameters for Keystone v3 identity but are still based on Keystone v2 identity. This change deprecates these parameters so that we can remove such redundant and outdated definitions in a future release. Closes-Bug: #1927494 Change-Id: I6294098008fbebb2e64922b3aaa085c1361d48a2
14 lines
387 B
YAML
14 lines
387 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The following parameters in the ``designate`` section have been deprecated
|
|
and will be removed in a future release.
|
|
The ``[designate] auth_type`` parameter and required keystoneauth
|
|
parameters should be used instead.
|
|
|
|
- ``admin_username``
|
|
- ``admin_password``
|
|
- ``admin_tenant_id``
|
|
- ``admin_tenant_name``
|
|
- ``admin_auth_url``
|