OpenStack Image Management (Glance)
Go to file
Zhi Yan Liu a50bfbf490 Adding 'download_image' policy enforcement to image cache middleware
Currently image cache middleware not care 'download_image' policy, the
enforcement caused user receive empty content but with HTTP 200 code
rather than 403 when client attempt to download image using v2 API. And
the real Forbidden exception be logged in glance-api log which image
application action raised. The end user is confused by this behavior.

Fixes bug: 1235378

Change-Id: Ibaa7ccf8613ee3cce4cb6a72e3206a2c94122222
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2013-10-09 10:28:10 +00:00
doc/source Merge "Corrected v2 image sharing documentation." 2013-10-01 08:13:09 +00:00
etc Add swift_store_ssl_compression param 2013-09-23 14:55:54 +00:00
glance Adding 'download_image' policy enforcement to image cache middleware 2013-10-09 10:28:10 +00:00
tools Rename requirements files to standard names. 2013-07-30 00:34:26 -04:00
.coveragerc Update .coveragerc 2013-02-06 16:47:06 +02:00
.gitignore Merge "add doc/source/api in gitignore" 2013-07-30 20:32:30 +00:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 11:02:16 -04:00
.mailmap Merge "Text formatting changes" 2013-08-20 06:17:50 +00:00
babel.cfg Added first step of babel-based translations. 2012-02-28 02:00:37 -08:00
HACKING.rst Replace openstack-common with oslo in HACKING.rst 2013-06-10 13:48:17 +02:00
LICENSE Add a LICENSE file. 2012-01-03 10:14:01 -05:00
MANIFEST.in Update version code from oslo. 2013-01-13 14:27:48 -08:00
openstack-common.conf Scrubber refactoring 2013-09-04 12:36:25 +08:00
pylintrc Packaging fixups 2010-10-21 15:51:44 -04:00
README.rst Replace README with links to better docs 2012-09-20 09:33:40 -07:00
requirements.txt Merge "Add swift_store_ssl_compression param" 2013-09-27 10:42:31 +00:00
run_tests.sh emit warning while running flake8 without virtual env 2013-08-28 07:07:29 +08:00
setup.cfg Open Icehouse development 2013-09-30 11:45:13 -07:00
setup.py Migrate to PBR for setup and version code. 2013-08-09 10:32:31 -03:00
test-requirements.txt Introduced DB pooling for non blocking DB calls 2013-08-27 00:09:11 -05:00
tox.ini Rename requirements files to standard names. 2013-07-30 00:34:26 -04:00

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images. Use the following resources to learn more: