OpenStack image manager
Project description
openstack-image-manager
Easily manage and keep up to date a large number of images on an OpenStack environment
Upstream checksum fields
Image versions using the latest pointer must specify where to find the
upstream checksum, using exactly one of these two fields:
checksums_url— URL of a checksums file that contains the image filename, e.g. theSHA256SUMSmanifest published by Ubuntu. Lines have the form<digest> <filename>; the line matching the image filename is used.checksum_url— URL of a checksum file that contains a single bare digest and nothing else, e.g. the.sha512sidecar files published by Alpine. Use this when the checksum file does not contain the image filename.
Supported digests are MD5, SHA-1, SHA-256 and SHA-512 (hex-encoded). The checksum URLs must be HTTP(S).
Import path (--prefetch)
By default images are imported with Glance's web-download method, where
glance-api fetches the image from its URL itself. When that fetch is slow or
flaky, the import can stall and revert to queued. As an alternative the image
can be downloaded locally with aria2c (robust multi-connection download with
retry and resume) and uploaded via the glance-direct import method, which runs
the same decompress/convert/store taskflow as web-download.
--prefetch selects the behaviour:
never— always useweb-download(previous default behaviour).on-stuck— default; useweb-downloadfirst, and fall back toaria2c+glance-directonce if the web-download attempts fail.always— skipweb-downloadand usearia2c+glance-directdirectly.
--import-timeout (default 1800) bounds the overall per-image wait, shared
across all attempts. When a definition carries a checksum, it is passed to
aria2c for verification.
The aria2c binary must be installed for the prefetch path, and the target
cloud must have the glance-direct import method enabled.
Unlike web-download (where glance-api fetches the image directly), the prefetch
path downloads the image to a temporary directory on the host running
openstack-image-manager, so that filesystem needs room for the full image
(e.g. ~345 MB for the octavia amphora image). A free-space preflight aborts before
downloading if the temporary filesystem is too small.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openstack_image_manager-0.20260722.0.tar.gz.
File metadata
- Download URL: openstack_image_manager-0.20260722.0.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c6e24c1e6307bec03853c7fbcf0490559789213e9e1e64bb31976b0714534d1
|
|
| MD5 |
4ef72ad67999a41d2e8110040ad6f5e8
|
|
| BLAKE2b-256 |
13cfee964544dbc352b6105433641ebd8e1bed707dde116a169200aebec8280a
|
File details
Details for the file openstack_image_manager-0.20260722.0-py3-none-any.whl.
File metadata
- Download URL: openstack_image_manager-0.20260722.0-py3-none-any.whl
- Upload date:
- Size: 38.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
072f0c1bef64d9a5cbc633e8bec47679485969615502a593b4498f1710159a5c
|
|
| MD5 |
a4e83f95e8193d5941d5e9e268ec14cf
|
|
| BLAKE2b-256 |
532086cca5a24e20dbbd601897b33656ee61335255db73e8afe7a32971494804
|