File: auth-url-vexxhost-8d63cd17bde21320.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    The ``v3password`` ``auth_type`` implies that the ``auth_url`` given
    is a versioned endpoint and so discovery is skipped for auth. Previously
    the ``auth_type`` for Vexxhost had been set to ``v3password`` due to v2
    being no longer available to give better errors to users. The ``auth_url``
    was unfortunately left unversioned, so authentication ceased working. The
    ``auth_url`` has been changed to the versioned endpoint.