File: deprecate-store_add_to_backend-f419e5c4210613d2.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-- 797 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
deprecations:
  - |
    The glance_store function ``store_add_to_backend``, which is a
    wrapper around each store's ``add()`` method, is deprecated in this
    release and is subject to removal at the beginning of the Stein
    development cycle, following the `OpenStack standard deprecation policy
    <https://governance.openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_.

    The function is replaced by ``store_add_to_backend_with_multihash``,
    which is a similar wrapper, but which takes an additional argument
    allowing a caller to specify an secure hashing algorithm.  The
    hexdigest of this algorithm is returned as one of the multiple
    values returned by the function.  The function also returns the
    md5 checksum for backward compatability.