OpenStack Image Management (Glance)
1367fa214d
We currently return 404 NotFound when attempting to delete a task by hitting the resource /v2/tasks/{task_id}. However, as this resource exists and we do not allow DELETE on tasks, the correct response is 405 MethodNotAllowed. Implementing as per spec on http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Fixes bug 1287951 Change-Id: Ia4a969e595b520dbc5f4e9a463d967681465ae6f |
||
---|---|---|
doc/source | ||
etc | ||
glance | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
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: