Files
glance_store/releasenotes/notes/swift-remove-auth-version-v1-and-v2-d2372f9feea42f2c.yaml
Takashi Kajinami d71ba189b9 swift: Drop support for v1/v2 auth
Identity v2 API was removed multiple cycles ago and no deployment can
use it now. Also support for v1 API was deprecated multiple cycles ago,
and swauth is no longer maintained so we don't expect any user may use
it nowadays.

Remove these deprecated old auth API versions and use the current
identity API version (v3) instead. Also deprecate the option to select
API version because now only the single version is supported.

Closes-Bug: #1947926
Related-Bug: #1323646
Related-Bug: #1480330
Change-Id: I0f502b29fd46dbb7cea2d677d94bcffa0cdcc52b
2025-06-30 16:34:01 +00:00

11 lines
298 B
YAML

---
upgrade:
- |
Swift store driver no longer supports auth_version less than 3. Now
the driver uses identity v3 API by default.
deprecations:
- |
The ``auth_version`` option of the swift back-end configrations file
has been deprecated and will be removed in a future release.