summaryrefslogtreecommitdiff
path: root/heat/tests/test_auth_password.py
Commit message (Expand)AuthorAgeFilesLines
* Use mock in test_auth_password.pyricolin2018-03-131-41/+31
* Make standalone heat work with keystone v3rabi2017-07-171-48/+25
* Migrate to keystoneauthLu lei2016-09-061-1/+1
* Use generic auth pluginsrabi2016-06-071-17/+17
* Move heat_keystoneclient to clients packagerabi2016-06-011-1/+2
* Use keystoneauth1 instead of keystoneclient.authEthan Lynn2016-05-241-2/+2
* Use user_domain for password auth_pluginRabi Mishra2016-01-051-3/+6
* py34: test_auth_*Sirushti Murugesan2015-08-051-1/+2
* Remove deprecated headers in auth_passwordSergey Kraynev2015-06-151-5/+0
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Use keystoneclient auth pluginsJamie Lennox2015-01-271-38/+35
* Use configured auth for standalone middlewareSteve Baker2014-12-181-15/+89
* Fix [H302] errors in heat/testsPeter Razumovsky2014-11-261-4/+5
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Order imports in alphabetical order (7/9)Pavlo Shchelokovskyy2014-03-181-1/+1
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Move X-Auth-Url logic to auth_url middlewareAnderson Mesquita2014-02-201-60/+2
* Fix incompatibilities in tests with keystoneclient 0.6Thomas Herve2014-02-141-6/+9
* Fix order of arguments in assertEqual (patch 1/2)Pavlo Shchelokovskyy2014-01-241-5/+5
* Fix unused variables 2/2: enable unused var checkJUN JIE NAN2014-01-081-1/+1
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Run cfg.CONF.reset() on test cleanupSteve Baker2013-09-061-5/+0
* Always validate auth_uri with allowed_auth_urisSteve Baker2013-08-221-5/+13
* Enable multi-cloud standalone modeBen Nemec2013-08-111-0/+56
* Key error when auth in standalone modeAndrew Plunk2013-06-111-1/+1
* Support password authentication.Cody A.W. Somerville2013-05-061-0/+119