91d048dbde
Using the loader from keystoneauth1, it is possible to easily use keystone v3 options in [designate]. For the end user, it means she/he must specify designate.auth_type, then she/he can specify an Keystone v3 endpoint in designate.auth_url. Change-Id: I8bb02f11e60767dacdf6ac852979cfa82de1e08b Closes-bug: #1585976 DocImpact
10 lines
318 B
YAML
10 lines
318 B
YAML
---
|
|
prelude: >
|
|
Designate driver can use Keystone v3 auth options.
|
|
features:
|
|
- "[designate] section accepts now auth_type parameter,
|
|
and the usual keystoneauth options (e.g. auth_url,
|
|
username, user_domain_name, password, project_name,
|
|
project_domain_name), so Keystone v3 endpoints can
|
|
be used."
|