File: user-agent-generation-b069100508c06177.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 (17 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
prelude: >
    Allow adding client and application name and version to the session and
    adapter that will generate a userful user agent string.
features:
  - You can specify a ``app_name`` and ``app_version`` when creating a
    session. This information will be encoded into the user agent.
  - You can specify a ``client_name`` and ``client_version`` when creating an
    adapter. This will be handled by client libraries and incluced into the user
    agent.
  - Libraries like shade that modify the way requests are made can add
    themselves to additional_user_agent and have their version reflected in the
    user agent string.
deprecations:
  - We suggest you fill the name and version for the application and client
    instead of specifying a custom ``user_agent``. This will then generate a
    standard user agent string.