OpenStack Image Management (Glance)
Go to file
Niall Bunting 9b430f9951 Add functionality to define requests without body
This allows functions that do not accept bodies to define this in the
router file. As currently many requests will cause a 500 if a body is
supplied when the API request does not expect it.

This currently only affects the core parts of the v2 api, that is,
calls to v2/images and v2/schemas. It does not cover the "tasks" API
or the metadefs api as I was keeping this patch concise. As this
does not affect the behaviour if not included this makes no change to
the metadefs api behaviour.

DocImpact

Partial-Bug: 1475647

Change-Id: Ieb510e5516128078d40d39fd9b4f339ce64e10e7
2016-01-04 14:46:57 +00:00
doc/source [docs] Adds new image status - deactivated 2015-10-14 14:11:42 +00:00
etc Typo fix 2015-10-20 03:56:47 +00:00
glance Add functionality to define requests without body 2016-01-04 14:46:57 +00:00
rally-jobs Port rally scenario plugin to new Rally framework 2015-08-27 09:51:11 -07:00
tools Change string generation mechanism for info logging 2015-09-30 02:20:37 +03:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:26:41 +00:00
.gitignore Remove the duplicate file path created by sphinx build 2015-10-14 20:30:55 +05:30
.gitreview Add .gitreview config file for gerrit. 2011-10-24 11:02:16 -04:00
.mailmap Add a mailmap entry for myself 2014-02-11 12:00:44 +08:00
.testr.conf Switch to testrepository for running tests 2014-01-29 08:30:55 +08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
HACKING.rst Leverage dict comprehension in PEP-0274 2015-05-28 01:46:02 +00:00
LICENSE Add a LICENSE file. 2012-01-03 10:14:01 -05:00
MANIFEST.in Remove old traces of the oslo-incubator 2015-09-09 09:11:05 +02:00
README.rst Fix rendering of readme document 2015-01-07 11:07:06 +00:00
babel.cfg Added first step of babel-based translations. 2012-02-28 02:00:37 -08:00
pylintrc Typo in pylintrc file 2015-03-25 11:21:16 +01:00
requirements.txt Merge "Rename glance-store dep to glance_store" 2015-10-23 17:41:58 +00:00
run_tests.sh Remove old traces of the oslo-incubator 2015-09-09 09:11:05 +02:00
setup.cfg Remove glance_store from exta requirements. 2015-10-16 14:57:09 +00:00
setup.py Updated from global requirements 2015-09-24 01:01:31 +00:00
test-requirements.txt Updated from global requirements 2015-10-13 05:25:12 +00:00
tox.ini Port v1.test_registry_api to Python 3 2015-10-22 22:53:05 +02:00

README.rst

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.

Use the following resources to learn more: