RETIRED, further work has moved to Debian project infrastructure
95ca43f30f
Per discussion on the mailing list [1] and the related nova specification [2] it has been decided that the signature should be of the image data directly, rather than of the glance MD5 "checksum" hash of the image data. This patch adds the ability to verify a signature of the image data directly, using a verifier that is passed to the glance_store backend. It is dependent on a glance_store patch which updates this verifier object with the image data as it is creating the checksum (see Depends-On below). [1] http://bit.ly/1Q0M0C7 [2] https://review.openstack.org/#/c/188874/19 Depends-On: I43799e6a4a6643a23769af8d839a2beb4e0ff9bf Partial-Bug: #1516031 Change-Id: If0c06b3094cecef6c8ca8a65753038b6b5a9d8fe |
||
---|---|---|
doc/source | ||
etc | ||
glance | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.
Use the following resources to learn more: