File: validation-data-support-dfb2463914818cd2.yaml

package info (click to toggle)
python-glanceclient 1%3A4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,576 kB
  • sloc: python: 16,211; sh: 81; makefile: 27
file content (12 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Support for embedding validation data (checksum and multihash) when adding
    a location to an image. Requires the Stein release server-side.

    The ``glance.images.add_location()`` method now accepts an optional
    argument ``validation_data``, in the form of a dictionary containing
    ``checksum``, ``os_hash_algo`` and ``os_hash_value``.

    The ``location-add`` command now accepts optional arguments ``--checksum``,
    ``--hash-algo`` and ``--hash-value``.