keystoneauth/releasenotes/notes/none-auth-dab13ab9af6f5c86....

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.