summaryrefslogtreecommitdiff
path: root/heat/tests/clients/test_heat_client.py
Commit message (Expand)AuthorAgeFilesLines
* Fallback to upstream for Fedora imageIan Wienand2021-11-121-0/+3
* Regenerate trust when update with different userricolin2020-11-171-0/+59
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-5/+4
* Add connect_retries when creating domain_admin_clientRabi Mishra2019-08-281-0/+2
* Use connect_retries when creating clientsRabi Mishra2019-08-231-0/+1
* Merge "Add dedicated auth endpoint config for servers"Zuul2019-07-251-0/+46
|\
| * Add dedicated auth endpoint config for serversGeorgina Shippey2019-07-121-0/+46
* | Merge "Allow creating trusts with allow_redelegation"Zuul2019-07-031-1/+13
|\ \ | |/ |/|
| * Allow creating trusts with allow_redelegationOleksiy Petrenko2019-06-121-1/+13
* | Add special user options for domain userPavlo Shchelokovskyy2019-05-021-1/+5
|/
* Pass role ids to trust if possiblePavlo Shchelokovskyy2018-12-031-1/+29
* Remove mox usage from test_heat_clientricolin2018-07-051-403/+378
* Generate user passwords with special charactersZane Bitter2018-03-211-10/+11
* Make standalone heat work with keystone v3rabi2017-07-171-0/+1
* Change user name limit to 255 charactersricolin2017-05-171-5/+5
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-27/+14
* Don't invlidate auth/client plugins for token expiryrabi2017-04-111-1/+0
* Catch Unauthorized in delete_trust()huangtianhua2017-03-141-16/+18
* Remove unused url_for method from heat_keystoneclientrabi2017-02-071-77/+0
* Use region_name when creating keystone clientrabi2017-02-031-3/+6
* Change credentials.create argumentgong yong sheng2016-10-131-3/+3
* Use keystone session from context in client pluginrabi2016-07-271-8/+35
* Use generic auth pluginsrabi2016-06-071-78/+83
* Move heat_keystoneclient to clients packagerabi2016-06-011-1/+1
* Use keystoneauth1 instead of keystoneclient.authEthan Lynn2016-05-241-12/+13
* Set enforce_type=True on config overrides in testsAngus Salkeld2016-04-111-19/+36
* Use user_domain for password auth_pluginRabi Mishra2016-01-051-1/+2
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-8/+9
* Modify tests to load trustee user from pluginJamie Lennox2015-08-211-18/+8
* Use auth plugin for trusteeJamie Lennox2015-08-211-1/+2
* py34: heat.tests.client/openstackSirushti Murugesan2015-08-141-2/+2
* Add a new crypt method using cryptographyThomas Herve2015-07-071-16/+0
* Move all client tests to /tests/clientshuangtianhua2015-07-031-0/+1587