OpenStack Image Management (Glance)
186991bb9d
A sample import script to successfully import image from http or https location is introduced. This should work on a devstack installtion. Also, the following changes are introduced:- 1. An interface for implementing any other type of executor. 2. Provides namespace for keeping Tasks scripts. 3. A config for choosing deployer specific executor. 4. An interface for writing Tasks scripts. 5. A module for common script related methods. 6. Logic for limiting number of simultaneous tasks execution on the Glance API server. partially implements bp async-glance-workers DocImpact Change-Id: I382472fffd0fdad43573e72b2e78a9a6ed1e1f1a |
||
---|---|---|
doc/source | ||
etc | ||
glance | ||
rally-scenarios | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. Use the following resources to learn more: