File: none-auth-dab13ab9af6f5c86.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
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.