File: sorted-drivers-for-configs-a905f07d3bf9c973.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 (16 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
prelude: >
    Return list of store drivers in sorted order for
    generating configs. More info in ``Upgrade Notes``
    and ``Bug Fixes`` section.
upgrade:
  - This version of glance_store will result in Glance
    generating the configs in a sorted (deterministic)
    order. So, preferably store releases on or after this
    should be used for generating any new configs if the
    mismatched ordering of the configs results in an issue
    in your environment.
fixes:
  - Bug 1619487 is fixed which was causing random order of
    the generation of configs in Glance. See ``upgrade``
    section for more details.