OpenStack Image Management (Glance)
Go to file
Alex Meade be34808c7b Make passing user token to registry configurable
This patch adds CONF.use_user_token as a config option. When true, glance will
continue to use the user token when communicating with glance registry. When
false, glance will read admin credentials from the config and use those to
communicate with glance registry. Using admin credentials allow for
reauthentication when tokens expire and prevents requests from silently failing.

DocImpact
Fixes bug 1182536

Change-Id: Ia6b563677eb67d4069571c82b9dad3f025b6e9fb
2013-05-24 12:27:07 -04:00
doc/source Merge "Small change to 'is_public' documentation" 2013-05-22 22:39:24 +00:00
etc Use RBAC policy to determine if context is admin. 2013-05-02 16:40:24 +01:00
glance Make passing user token to registry configurable 2013-05-24 12:27:07 -04:00
tools Use flake8/hacking instead of pep8. 2013-05-03 11:28:22 -04:00
.coveragerc Update .coveragerc 2013-02-06 16:47:06 +02:00
.gitignore Move to tag-based versioning. 2012-08-12 16:10:03 +00:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 11:02:16 -04:00
.mailmap Clean up pep8 E502, E711 violations 2012-09-18 10:10:01 +08:00
HACKING.rst Expand HACKING with commit message guidelines 2013-04-26 15:27:09 -04: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
README.rst Replace README with links to better docs 2012-09-20 09:33:40 -07:00
babel.cfg Added first step of babel-based translations. 2012-02-28 02:00:37 -08:00
openstack-common.conf Reformat openstack-common.conf 2013-03-25 07:33:21 +00:00
pylintrc Packaging fixups 2010-10-21 15:51:44 -04:00
run_tests.sh Use flake8/hacking instead of pep8. 2013-05-03 11:28:22 -04:00
setup.cfg Remove gettext.install() from glance/__init__.py 2013-05-08 09:21:46 +01:00
setup.py Convert scripts to entry points 2013-04-29 14:08:29 -10:00
tox.ini Use flake8/hacking instead of pep8. 2013-05-03 11:28:22 -04: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: