glance-store
OpenStack Image Service Store Library
What it is and what it does
Glance Store Library is the storage abstraction layer extracted from OpenStack's Glance image service. It provides a pluggable interface for reading and writing image data to different backend storage systems—local filesystem, object storage, block storage, and others—without coupling Glance or Glare to any single storage implementation.
The library is tightly integrated with the OpenStack ecosystem, depending on oslo configuration, serialization, and concurrency utilities, plus Keystone authentication. It is explicitly documented as having an unstable API and is not intended for use outside Glance and Glare; the core team does not support external adoption. It is most useful as an internal component within an OpenStack deployment or for developers contributing to Glance or Glare itself.
Use it for:
- Extend Glance image service to support a new storage backend by implementing the store driver interface.
- Integrate image storage operations into Glare artifact repository within an OpenStack cloud.
- Manage image data persistence across multiple storage backends in a Glance deployment.
- Contribute to or fork Glance/Glare and customize image storage behavior for specific infrastructure needs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Glance Store Library provides backend storage abstraction for OpenStack's image service, enabling Glance and Glare projects to read and write image data to various storage backends.
Yes, but only if you are developing or deploying Glance or Glare within OpenStack. The library is actively maintained, has no known vulnerabilities, and carries a permissive license. However, the documentation explicitly warns that the API is unstable and unsupported outside those two projects, so do not adopt it for general-purpose image storage abstraction in other applications.
Install
glance-store on PyPI
pip
pip install glance-storeuv
uv add glance-storepoetry
poetry add glance-storeInstalling glance-store
Before you install
Low install friction with a pure-Python wheel and 12 runtime dependencies from the OpenStack ecosystem. Actively maintained with a recent release.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install glance-store
from glance_store import driver
store = driver.get_store_from_uri('file:///var/lib/glance/images')
Requires Python 3.10 or later; intended for use within OpenStack deployments, not as a general-purpose library.
Verify before relying
- Whether the API is stable enough for production use outside Glance/Glare despite the documented caveat about unsupported use.
- What specific storage backends are supported and how to configure them.
- Performance characteristics and scalability limits for large image repositories.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 12 — oslo.config, oslo.i18n, oslo.serialization, oslo.utils, oslo.concurrency, stevedore, jsonschema, keystoneauth1, python-keystoneclient, requests, retrying, futurist |
| Maintenance | actively maintained — 44 days since the last release |
| First released | |
| Downloads | 76,195/month — #14,648 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: glance_store-5.6.0-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
python-glanceclientPython client library and command-line tool for…
permissive · top 15,000 on PyPI
neutron-libNeutron-lib provides shared routines,…
permissive · top 15,000 on PyPI
oslo.cacheoslo.cache wraps dogpile.cache to provide a…
permissive · top 15,000 on PyPI
os-vifos-vif provides a library for managing the…
permissive · top 15,000 on PyPI
oslo.vmwareoslo.vmware provides a library for common…
permissive · top 15,000 on PyPI
oslo.dboslo.db provides database connectivity and ORM…
permissive · top 15,000 on PyPI
osprofilerOSProfiler generates distributed request traces…
permissive · top 15,000 on PyPI
oslo.serviceoslo.service provides a framework for building…
permissive · top 15,000 on PyPI
python-swiftclientPython client library for OpenStack Object…
permissive · top 15,000 on PyPI
keystoneauth1Provides authentication plugins, API discovery,…
permissive · top 5,000 on PyPI