File: force-use-of-v2-2c50d7c5a6467107.yaml

package info (click to toggle)
puppet-module-glance 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,916 kB
  • sloc: ruby: 5,895; python: 38; makefile: 11; sh: 10
file content (13 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
prelude: >
    Glance API v1 is now deprecated and tools depending on it should move onto
    as their default, and perhaps only supported, version.
deprecations:
  - |
    This change deprecates the use of v1 (by forcing v2). This assumes the
    Glance service it will talk to has v2 enabled. In order to guarantee
    compatibility, this changes introduces a similar, fake, copy-from behavior
    which downloads the remote image into the server (a temporary file) where
    the provider is running and then uploads it to Glance. Consumers of this
    provider must be aware of space limitations and the possibility of there not
    being enough space for this operation to succeed.