Metadata-Version: 2.1
Name: glance
Version: 28.2.0
Summary: OpenStack Image Service
Home-page: https://docs.openstack.org/glance/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: pbr>=3.1.1
Requires-Dist: defusedxml>=0.6.0
Requires-Dist: SQLAlchemy>=1.3.14
Requires-Dist: eventlet>=0.33.3
Requires-Dist: PasteDeploy>=1.5.0
Requires-Dist: Routes>=2.3.1
Requires-Dist: WebOb>=1.8.1
Requires-Dist: sqlparse>=0.2.2
Requires-Dist: alembic>=0.9.6
Requires-Dist: httplib2>=0.9.1
Requires-Dist: oslo.config>=8.1.0
Requires-Dist: oslo.concurrency>=4.5.1
Requires-Dist: oslo.context>=2.22.0
Requires-Dist: oslo.upgradecheck>=1.3.0
Requires-Dist: oslo.utils>=4.7.0
Requires-Dist: stevedore!=3.0.0,>=1.20.0
Requires-Dist: futurist>=1.2.0
Requires-Dist: taskflow>=4.0.0
Requires-Dist: keystoneauth1>=3.4.0
Requires-Dist: keystonemiddleware>=5.1.0
Requires-Dist: WSME>=0.8.0
Requires-Dist: PrettyTable>=0.7.1
Requires-Dist: Paste>=2.0.2
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: python-keystoneclient>=3.8.0
Requires-Dist: oslo.db>=5.0.0
Requires-Dist: oslo.i18n>=5.0.0
Requires-Dist: oslo.limit>=1.6.0
Requires-Dist: oslo.log>=4.5.0
Requires-Dist: oslo.messaging!=9.0.0,>=5.29.0
Requires-Dist: oslo.middleware>=3.31.0
Requires-Dist: oslo.reports>=1.18.0
Requires-Dist: oslo.policy>=3.11.0
Requires-Dist: retrying!=1.3.0,>=1.2.3
Requires-Dist: osprofiler>=1.4.0
Requires-Dist: glance-store>=4.7.0
Requires-Dist: debtcollector>=1.19.0
Requires-Dist: cryptography>=2.6.1
Requires-Dist: cursive>=0.2.1
Requires-Dist: iso8601>=0.1.11
Requires-Dist: os-win>=4.0.1
Requires-Dist: castellan>=0.17.0

================
OpenStack Glance
================

Glance is an OpenStack project that provides services and associated libraries
to store, browse, share, distribute and manage bootable disk images,
other data closely associated with initializing compute resources,
and metadata definitions.

Use the following resources to learn more:

API
---

To learn how to use Glance's API, consult the documentation available
online at:

* `Image Service APIs <https://docs.openstack.org/api-ref/image/>`_

Developers
----------

For information on how to contribute to Glance, please see the contents
of the CONTRIBUTING.rst in this repository.

Any new code must follow the development guidelines detailed in the
HACKING.rst file, and pass all unit tests.

Further developer focused documentation is available at:

* `Official Glance documentation <https://docs.openstack.org/glance/latest/>`_
* `Official Client documentation <https://docs.openstack.org/python-glanceclient/latest/>`_

Operators
---------

To learn how to deploy and configure OpenStack Glance, consult the
documentation available online at:

* `Openstack Glance <https://docs.openstack.org/glance/latest/>`_

In the unfortunate event that bugs are discovered, they should be
reported to the appropriate bug tracker. You can raise bugs here:

* `Bug Tracker <https://bugs.launchpad.net/glance/>`_

Release notes
-------------

To learn more about Glance's new features, optimizations, and changes
between versions, consult the release notes online at:

* `Release Notes <https://docs.openstack.org/releasenotes/glance/>`__

Other Information
-----------------

During each design summit, we agree on what the whole community wants
to focus on for the upcoming release. You can see image service plans:

* `Image Service Plans <https://specs.openstack.org/openstack/glance-specs/>`_

For more information about the Glance project please see:

* `Glance Project <https://launchpad.net/glance/>`_

