48b80077e8
Key moments: * fill "trustee" section in heat.conf * add auth_plugin support (for interaction with keystone) * deprecate keystone_authtoken options (all options not for auth_plugin settings) * use versionless keystone urls * create "clients_keystone" section to prevent "keystone_authtoken/auth_uri" usage Change-Id: Iade6c0736e57b8e752244badd540eb3d605714f5 Closes-bug: #1528963 Closes-bug: #1529016
12 lines
359 B
YAML
12 lines
359 B
YAML
---
|
|
features:
|
|
- Configure "trustee" and "clients_keystone" sections.
|
|
Support auth_plugin and versionless auth urls.
|
|
upgrade:
|
|
- Removed deprecated options "keystone_host",
|
|
"keystone_port", "keystone_protocol".
|
|
deprecations:
|
|
- Deprecated "admin_user", "admin_password" and
|
|
"admin_tenant_name" options in favour of auth_plugin
|
|
auth method.
|