Add release note for 'none' auth plugin

Change-Id: I321fcd86118d85b3f47ec7178404a8dbb113e9b5
This commit is contained in:
Pavlo Shchelokovskyy 2017-06-29 10:01:27 +00:00
parent 81363eca79
commit 9130c4caf6
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
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.