heat/heat/common
Steven Hardy 0d8f7499c7 heat_keystoneclient: abstract admin_client to a property
To make the connection to keystone with admin credentials reusable
store the admin client object at the class level rather than local
to create_trust_context.  This will avoid the overhead of
getting two authenticated clients when other admin operations are
necessary.

Change-Id: Iaa043b829778f71d03e64a78ccb3f51eadfb3fba
blueprint: instance-users
2014-01-31 12:04:57 +00:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
auth_password.py Replace OpenStack LLC with OpenStack Foundation 2013-09-20 02:43:12 +08:00
auth_url.py Assign X-Auth-Url header in a separate middleware 2014-01-23 18:08:26 -05:00
config.py Make endpoint_type configurable 2014-01-20 13:21:58 +01:00
context.py Remove oslo uuidutils.generate_uuid from heat code 2013-12-10 09:58:46 +08:00
crypt.py Use oslo crypto 2014-01-15 12:32:26 +10:00
custom_backend_auth.py Add _() to fix i18N compliance (part 1) 2013-11-15 13:47:08 +08:00
environment_format.py API tolerate None environment string 2014-01-29 13:58:13 +00:00
exception.py I18N support for InvalidContentType exception 2014-01-03 15:12:57 +08:00
heat_keystoneclient.py heat_keystoneclient: abstract admin_client to a property 2014-01-31 12:04:57 +00:00
identifier.py Use the new oslo py3kcompat.urlutils 2013-12-06 12:00:42 +11:00
plugin_loader.py Fix unused variables 2/2: enable unused var check 2014-01-08 18:01:05 +08:00
policy.py Add policy enforcement to ReST API 2014-01-04 08:10:47 +00:00
short_id.py Wrap common exceptions in _() 2013-10-18 11:28:12 +11:00
template_format.py Fixes template not using the JSON or YAML format 2014-01-25 15:14:14 +08:00
timeutils.py Wrap common exceptions in _() 2013-10-18 11:28:12 +11:00
urlfetch.py Use the new oslo py3kcompat.urlutils 2013-12-06 12:00:42 +11:00
wsgi.py Update olso gettextutils 2014-01-24 21:06:31 +10:00