98a1e792c6
This patch updates the location URL of the legacy images while upgrading from single cinder store to multiple stores. It does that with the help of lazy loading logic i.e. while GET images call, it checks the location URL and metadata of the image against the configured store ids and updates images to respective stores on the basis of volume type (comparing image-volume's type with the configured cinder_volume_type). Legacy image URL: cinder://<volume-id> New image URL: cinder://<store-id>/<volume-id> NOTE: bumping lower-constraints/requirements of glance-store to 2.3.0 as it includes changes[1] that are a hard requirement for cinder multiple stores to work with glance [1] https://review.opendev.org/#/c/746556/ Change-Id: I087a89c20813378fea8ff22ddf81d7a10c220db3 Implements: blueprint multiple-cinder-backend-support |
||
---|---|---|
api-ref/source | ||
doc | ||
etc | ||
glance | ||
httpd | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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:
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:
Operators
To learn how to deploy and configure OpenStack Glance, consult the documentation available online at:
In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. You can raise bugs here:
Release notes
To learn more about Glance's new features, optimizations, and changes between versions, consult the release notes online at:
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:
For more information about the Glance project please see: