File: prevent-unauthorized-errors-ebb9cf2236595cd0.yaml

package info (click to toggle)
python-glance-store 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: python: 17,455; sh: 41; makefile: 34
file content (12 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
---
prelude: >
    Prevent Unauthorized errors during uploading or
    donwloading data to Swift store.
features:
  - Allow glance_store to refresh token when upload or download data to Swift
    store. glance_store identifies if token is going to expire soon when
    executing request to Swift and refresh the token. For multi-tenant swift
    store glance_store uses trusts, for single-tenant swift store glance_store
    uses credentials from swift store configurations. Please also note that
    this feature is enabled if and only if Keystone V3 API is available
    and enabled.