File: add-enabled_backends-b7b2ab71eed5f7c6.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 (28 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
features:
  - |
    Add glance::api::enabled_backends and glance::api::default_backend
    parameters for configuring glance backends. The parameters implement
    glance's Multi Store syntax, which supports configuring multiple backends
    of the same type (e.g. multiple rbd backends). Multiple backends of the
    same type may be specified using new glance::backend::multistore::*
    defined resource types.
deprecations:
  - |
    The following parameters are deprecated due to the corresponding parameters
    being deprecated in glance. They are replaced by the new
    glance::api::enabled_backends and glance::api::default_backend parameters.
    * glance::api::stores
    * glance::api::default_store
    * glance::api::multi_store

    The following backend resources are deprecated because they are associated
    with the deprecated glance::api::stores parameter. They are replaced by
    corresponding glance::backend::multistore resources, except for the s3
    backend which was removed from glance in Newton.
    * glance::backend::cinder
    * glance::backend::file
    * glance::backend::rbd
    * glance::backend::s3
    * glance::backend::swift
    * glance::backend::vsphere