summaryrefslogtreecommitdiff
path: root/heat/tests/test_common_context.py
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility with oslo.context >= 4.0.018.0.0.0rc118.0.0Takashi Kajinami2022-03-011-2/+2
* Switch to use <user/project>_domain_id in contextramishra2021-06-231-8/+8
* [goal] Deprecate the JSON formatted policy fileGhanshyam Mann2021-06-171-1/+1
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
* Fix lower-constraints tox env to use proper constraintsRabi Mishra2019-04-101-2/+6
* Merge "Don't use 'user' and 'tenant' args in context"Zuul2019-02-021-2/+8
|\
| * Don't use 'user' and 'tenant' args in contextZane Bitter2018-10-081-2/+8
* | Fall back to www_authenthicate_uriJohannes Grassler2018-11-281-1/+1
|/
* Fixing unicode issue when to_dict is called on py2.7 envSeyeong Kim2018-04-061-0/+46
* Make standalone heat work with keystone v3rabi2017-07-171-2/+2
* Fix logging in devstackZane Bitter2017-06-021-0/+1
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-3/+3
* Don't use keystone_authtoken section for trustrabi2016-12-281-24/+8
* Use keystone session in endpoint_utilsrabi2016-09-061-1/+1
* Use oslo.context's from_environ for creating contextJamie Lennox2016-06-301-32/+14
* Sync context with oslo.contextJamie Lennox2016-06-171-4/+8
* Use generic auth pluginsrabi2016-06-071-1/+1
* Merge "Use keystoneauth1 instead of keystoneclient.auth"Jenkins2016-05-311-1/+1
|\
| * Use keystoneauth1 instead of keystoneclient.authEthan Lynn2016-05-241-1/+1
* | Allow creation of cache classes associated with a contextSteve Baker2016-05-251-0/+23
|/
* Set enforce_type=True on config overrides in testsAngus Salkeld2016-04-111-7/+7
* Use oslo.config fixture to avoid gate breakDavanum Srinivas2016-02-191-6/+3
* Use correct user_domain_id when create trust auth pluginhuangtianhua2016-01-181-0/+22
* Init local request context with user/project domain infoshuangtianhua2016-01-041-3/+9
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-6/+10
* To use id instead of name when making credentials from contexthuangtianhua2015-09-031-2/+2
* Correctly determine keystone v3 endpointMiguel Grinberg2015-08-121-0/+61
* Remove deprecated headers in auth_passwordSergey Kraynev2015-06-151-6/+6
* Switch to oslo.policyyuntongjin2015-05-291-1/+2
* Replace regionOne with RegionOneSean M. Collins2015-04-271-1/+1
* Add user_identity to RequestContext.to_dict()Angus Salkeld2015-03-271-1/+4
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Enable H305 and H307 style checksPavlo Shchelokovskyy2015-01-201-1/+2
* Fix DeprecationWarning for using oslo.middlewareDaniel Gonzalez2015-01-131-1/+1
* Sync oslo modulesThomas Herve2014-12-101-5/+1
* Pickup the region name passed in from heatclientQI ZHANG2014-11-281-2/+7
* Move to oslo.middlware request_id moduleSteven Hardy2014-10-241-1/+1
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-3/+3
* Support x-openstack-request-id for HeatMitsuru Kanabuchi2014-06-171-0/+21
* Add auth_token_info to request contextSteven Hardy2014-06-091-12/+51
* Allow for stack users in _authorize_stack_userSteve Baker2014-04-071-0/+123
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Retrieve user_id from HTTP Headers to populate ContextSwann Croiset2014-02-071-0/+2
* Fix order of arguments in assertEqual (patch 1/2)Pavlo Shchelokovskyy2014-01-241-4/+4
* Fix show_deleted errors in RequestContextSteven Hardy2013-11-291-0/+8
* Derive context is_admin from policySteven Hardy2013-11-291-2/+25
* Fix RequestContext.to_dict user/username inconsistencySteven Hardy2013-10-091-0/+64