File: api_versions-b2a58d83f4291b3c.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 (11 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - Allow to configure Glance API v1 with enable_v1_api boolean.
    If set to True, the glance::registry::enable_v1_registry also needs to
    be set to True. Note that if you set these values to True, Glance will
    send some deprecation warnings.
    This option is separated from enable_v2_api, and both API versions can be
    deployed together.
  - Allow to configure Glance API v2 with enable_v2_api boolean.
    This option is separated from enable_v1_api, and both API versions can be
    deployed together.