glance/releasenotes/notes/deprecate-glance-api-opts-23bdbd1ad7625999.yaml
Mike Fedosin 80fef06497 Deprecate use_user_token parameter
Parameter 'use_user_token' in glance-api.conf
was considered as harmful and not acceptable
for real deployments, because if it's disabled,
it changes system behaviour and allows any regular
user to perform requests with admin credentials.

In functional tests the default value was set
to True to prevent possible failures in the future.

Besides, several admin authN parameters were
deprecated as well, because they are useless without
'use_user_token'.

All required information was added to related
documentation sections, sample config file was
updated as well.

https://wiki.openstack.org/wiki/OSSN/OSSN-0060

Change-Id: Icfef49d787fa58e2af2e60e4fdc96633c5f0c010
Related-bug: #1493448
2016-03-07 17:06:04 +03:00

9 lines
317 B
YAML

---
deprecations:
- The use_user_token, admin_user, admin_password, admin_tenant_name,
auth_url, auth_strategy and auth_region options in the [DEFAULT]
configuration section in glance-api.conf are deprecated, and will
be removed in the O release.
See https://wiki.openstack.org/wiki/OSSN/OSSN-0060