fb3aba94cd
CI jobs tempest-integrated-storage-import-standalone, tempest-integrated-storage-import and glance-multistore-cinder-import were failing while converting image from qcow2 to raw. The failures were caused by changing default behavior of Devstack and installing everything in global virtualenv patch [1]. This fixes import conversion in the affected jobs properly by setting the python interpreter to the one in the venv. When we spawn external commands they actually spawn a python interpreter to use an oslo module to do the exec, and we need to do that with our venv's python. Finally, this bumps the swap size for the storage-import jobs to 8G to help account for the additional overhead of running another glance worker, which is required for that configuration. This matches other jobs with additional overhead (i.e. the ceph ones). [1] https://review.opendev.org/c/openstack/devstack/+/891248 Co-Authored-By: Dan Smith <dansmith@redhat.com> Depends-On: https://review.opendev.org/c/openstack/devstack/+/892571 Change-Id: I073216d1bbddbd3bdecd2b135e4c291f7a4d9abe |
||
---|---|---|
api-ref/source | ||
doc | ||
etc | ||
glance | ||
httpd | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
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: