a266ab91ed
Update authtoken class with parameters from documentation [1] We cant use the resource because swift does not use keystone_authtoken section. deprecations: - admin_password, use password instead. - admin_user, use username instead. - admin_tenant_name, use project_name instead. - identity_uri, use auth_url instead. - admin_token, no usage. removals: - Old parameters (already deprecated) [1] http://docs.openstack.org/mitaka/config-reference/object-storage/proxy-server.html Change-Id: I1eb4b0712214c059c713001ad991cbe92cd01711
14 lines
464 B
YAML
14 lines
464 B
YAML
---
|
|
features:
|
|
- add new parameters to configure authtoken for swift, like
|
|
username, password, project_name, auth_url, auth_plugin,
|
|
project_domain_id, user_domain_id, include_service_catalog
|
|
deprecations:
|
|
- admin_token
|
|
- admin_tenant_name in favor of project_name
|
|
- admin_password in favor of password
|
|
- admin_user in favor of username
|
|
- identity_uri in favor of auth_url
|
|
fixes:
|
|
- remove auth_host, auth_port, auth_protocol, auth_admin_prefix
|