summaryrefslogtreecommitdiff
path: root/heat/common/context.py
Commit message (Expand)AuthorAgeFilesLines
* Add retries when loading keystone data and fetching endpointsRabi Mishra2019-09-191-0/+13
* Fixing unicode issue when to_dict is called on py2.7 envSeyeong Kim2018-04-061-2/+2
* Merge "Make standalone heat work with keystone v3"Jenkins2017-07-211-9/+19
|\
| * Make standalone heat work with keystone v3rabi2017-07-171-9/+19
* | Merge "Cache policy enforcer"Jenkins2017-07-051-1/+1
|\ \ | |/ |/|
| * Cache policy enforcerThomas Herve2017-05-311-1/+1
* | Fix logging in devstackZane Bitter2017-06-021-0/+1
|/
* Don't invlidate auth/client plugins for token expiryrabi2017-04-111-10/+2
* Remove log translationsliyi2017-03-251-8/+7
* Store project_domain in project_domain_idThomas Herve2017-03-091-2/+2
* Merge "Store user_domain in self._user_domain_id"Jenkins2017-02-101-2/+2
|\
| * Store user_domain in self._user_domain_idSteve Baker2017-02-091-2/+2
* | Don't use keystoneclient for auth_refrabi2017-02-071-1/+1
|/
* Don't use keystone_authtoken section for trustrabi2016-12-281-26/+9
* Remove db.api wrapperThomas Herve2016-12-131-1/+1
* Merge "Use to_policy_values from context for policy"Jenkins2016-07-151-0/+14
|\
| * Use to_policy_values from context for policyJamie Lennox2016-07-121-0/+14
* | Merge "Use oslo.context's from_environ for creating context"Jenkins2016-07-151-43/+26
|\ \ | |/
| * Use oslo.context's from_environ for creating contextJamie Lennox2016-06-301-43/+26
* | Merge "Add keystone_session property to context"Jenkins2016-07-011-0/+18
|\ \ | |/ |/|
| * Add keystone_session property to contextrabi2016-06-271-0/+18
* | Merge "Sync context with oslo.context"Jenkins2016-06-291-23/+51
|\ \
| * | Sync context with oslo.contextJamie Lennox2016-06-171-23/+51
| |/
* | Add in missing log translation hintsGary Kotton2016-06-201-3/+3
|/
* Use generic auth pluginsrabi2016-06-071-15/+14
* Merge "Use keystoneauth1 instead of keystoneclient.auth"Jenkins2016-05-311-14/+15
|\
| * Use keystoneauth1 instead of keystoneclient.authEthan Lynn2016-05-241-14/+15
* | Allow creation of cache classes associated with a contextSteve Baker2016-05-251-0/+11
|/
* Lazy-load context information requiring Keystone callsZane Bitter2016-05-161-0/+40
* Use original request context for loggingZane Bitter2016-05-161-2/+3
* Use correct user_domain_id when create trust auth pluginhuangtianhua2016-01-181-1/+5
* Merge "Use user_domain for password auth_plugin"Jenkins2016-01-121-2/+2
|\
| * Use user_domain for password auth_pluginRabi Mishra2016-01-051-2/+2
* | Remove stray debug from context.pySteven Hardy2016-01-051-1/+0
* | Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-01-051-1/+1
|/
* Init local request context with user/project domain infoshuangtianhua2016-01-041-15/+26
* Merge "Using LOG.warning replace LOG.warn"Jenkins2015-12-301-4/+4
|\
| * Using LOG.warning replace LOG.warnLiuNanke2015-12-291-4/+4
* | Add trustee config group to sample configSteven Hardy2015-12-071-0/+19
|/
* Break circular references in client pluginsZane Bitter2015-10-201-0/+3
* Fix [H405] pep rule in heat/commonPeter Razumovsky2015-10-081-13/+12
* Consolidate keystone v3 hacksBryan Jones2015-10-011-20/+9
* Merge "Use auth plugin for trustee"Jenkins2015-09-041-13/+37
|\
| * Use auth plugin for trusteeJamie Lennox2015-08-211-13/+37
* | To use id instead of name when making credentials from contexthuangtianhua2015-09-031-2/+2
* | Removes dead code from context.request_contextKanagaraj Manickam2015-08-281-2/+0
|/
* Correctly determine keystone v3 endpointMiguel Grinberg2015-08-121-10/+26
* Remove deprecated headers in auth_passwordSergey Kraynev2015-06-151-2/+2
* Use the AccessInfoPlugin from keystoneclientJamie Lennox2015-04-281-37/+4
* Add user_identity to RequestContext.to_dict()Angus Salkeld2015-03-271-1/+5