summaryrefslogtreecommitdiff
path: root/heat/common/auth_password.py
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility with oslo.context >= 4.0.018.0.0.0rc118.0.0Takashi Kajinami2022-03-011-4/+4
* Make standalone heat work with keystone v3rabi2017-07-171-22/+16
* Sync context with oslo.contextJamie Lennox2016-06-171-2/+4
* Use keystoneauth1 instead of keystoneclient.authEthan Lynn2016-05-241-10/+3
* Pass all options when doing keystone discoveryThomas Herve2016-02-191-17/+5
* Use user_domain for password auth_pluginRabi Mishra2016-01-051-1/+2
* Fix [H405] pep rule in heat/commonPeter Razumovsky2015-10-081-1/+2
* Update logging according oslo.i18n recommendationsAlexandr Nedopekin2015-06-291-5/+0
* Remove deprecated headers in auth_passwordSergey Kraynev2015-06-151-6/+0
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Fix the standalone authentication mechanismJamie Lennox2015-01-301-4/+24
* Use keystoneclient auth pluginsJamie Lennox2015-01-271-3/+3
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-1/+1
* Use configured auth for standalone middlewareSteve Baker2014-12-181-13/+37
* Fix [H302] errors in heat/commonPeter Razumovsky2014-11-201-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
* | Merge "Order imports in alphabetical order (3/9)"Jenkins2014-03-131-1/+1
|\ \ | |/ |/|
| * Order imports in alphabetical order (3/9)Pavlo Shchelokovskyy2014-02-251-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-37/+3
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Always validate auth_uri with allowed_auth_urisSteve Baker2013-08-221-2/+3
* Enable multi-cloud standalone modeBen Nemec2013-08-111-14/+37
* Key error when auth in standalone modeAndrew Plunk2013-06-111-1/+1
* Support password authentication.Cody A.W. Somerville2013-05-061-0/+111