File: release-1.0.1-098b1487ac8cc9a1.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 (15 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
other:
  - |
    In this version, refactor was made how registering of filesystem
    configuration options for reserved stores works. Consumer just
    need to pass the key:value pair where key represents the name of the
    reserved store and value represents the actual store driver, to the
    glance_store.
issues:
  - |
    At the moment use of reserved stores is only limited to filesystem store
    driver. Also default ``filesystem_store_datadir`` path for these stores
    is set to ``/var/lib/glance/<store_name>``, so with if you are using
    devstack for the deployment, you need to make sure you have appropriate
    permissions to create these reserved stores directories.