File: catch-up-release-notes-e385fad34e9f3d6e.yaml

package info (click to toggle)
python-os-client-config 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 2,151; makefile: 23
file content (22 lines) | stat: -rw-r--r-- 882 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
prelude: >
    Swiftclient instantiation now provides authentication
    information so that long lived swiftclient objects can
    reauthenticate if necessary. This should be a temporary
    situation until swiftclient supports keystoneauth
    sessions at which point os-client-config will instantiate
    swiftclient with a keystoneauth session.
features:
  - Swiftclient instantiation now provides authentication
    information so that long lived swiftclient objects can
    reauthenticate if necessary.
  - Add support for explicit v2password auth type.
  - Add SSL support to VEXXHOST vendor profile.
  - Add zetta.io cloud vendor profile.
fixes:
  - Fix bug where project_domain_{name,id} was set even
    if project_{name,id} was not set.
other:
  - HPCloud vendor profile removed due to cloud shutdown.
  - RunAbove vendor profile removed due to migration to
    OVH.