skillfed

glance-store

OpenStack Image Service Store Library

glance-store v5.6.0 76.2K downloads/30d#14,648 on PyPI
Permissive license Active released

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-store

uv

uv add glance-store

poetry

poetry add glance-store

Installing 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

Development Status :: 5 - Production/StableEnvironment :: OpenStackIntended Audience :: DevelopersIntended Audience :: Information TechnologyLicense :: OSI Approved :: Apache Software LicenseOperating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: Implementation :: CPython

Tags

openstack image storage backendglance store libraryimage service storage abstractionopenstack image storebackend storage for glance
openstackimage-storagebackend-abstraction

More Application Frameworks packages