keystoneauth/releasenotes/notes/none-auth-dab13ab9af6f5c86.yaml
Pavlo Shchelokovskyy 9130c4caf6 Add release note for 'none' auth plugin
Change-Id: I321fcd86118d85b3f47ec7178404a8dbb113e9b5
2017-07-28 11:10:02 +03:00

11 lines
458 B
YAML

---
features:
- |
A new ``none`` auth plugin is added with purpose to simplify loading
clients from configuration file options.
It does not accept any arguments and sets the token to 'notused'.
It does not have any endpoint/url associated with it,
and thus must be used together with ``adapter.Adapter``'s
``endpoint_override`` option to instantiate a session for client
to a service that is deployed in noauth/standalone mode.