File: multi_store-d53d0e440b55e9d6.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-- 586 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - Implement multiple store configuration.
    It moves the default_store config option to the glance::api
    class, and makes it possible to configure more than one store while
    supplying a value for the default store to be used. If only one store
    is given for glance_store/stores, the default store is automatically
    set to be the same value. If multiple stores are given and no default
    store is explicitly set, the config will fail and ask the user to
    provide a default store.

deprecations:
  - Deprecate known_stores parameter in favor of stores.