summaryrefslogtreecommitdiff
path: root/troveclient/auth_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove log translationsValencia Serrao2017-11-171-2/+1
| | | | | | | | | | | | | Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions. See: http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html Change-Id: Iee792d0e3bae6a3ea84a3eed2853017c7ec39c76
* Handle log message interpolation by the loggerGábor Antal2017-03-081-3/+3
| | | | | | | | | | | | | According to OpenStack Guideline[1], logged string message should be interpolated by the logger. Also, upgraded hacking requirement, to enable H904 check. [1]: http://docs.openstack.org/developer/oslo.i18n/guidelines.html#adding-variables-to-log-messages Co-Authored-By: jiansong <jian.song@easystack.cn> Change-Id: I3f020b6bcb1b9bf6d18a3b4f738c13cccd1bbff8 Closes-Bug: #1596829
* Graduate to oslo.i18n, cleanup incubator usageRonald Bradford2016-03-211-1/+1
| | | | | | | Implements: blueprint graduate-oslo-i18n [1] https://blueprints.launchpad.net/oslo-incubator/+spec/graduate-oslo-i18n Change-Id: Ie929824e2f88ad44f64efb7d97e1d04991c89802
* Remove RAX-specific auth in troveclientSwapnil Kulkarni2014-12-091-0/+107
Author: Swapnil Kulkarni <swapnilkulkarni2608@gmail.com> Co-Authored-By: Nikhil Manchanda <SlickNik@gmail.com> Co-Authored-By: Craig Vyvial <cp16net@gmail.com> Change-Id: I250777890a1f5240c5f14290cf02eb5a7b34b434 Closes-Bug: #966329