summaryrefslogtreecommitdiff
path: root/nova/keymgr
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated keymgr codeKaitlin Farr2017-09-111-69/+0
* Merge "Remove translation of log messages"Jenkins2017-08-152-11/+10
|\
| * Remove translation of log messagesNgo Quoc Cuong2017-06-212-11/+10
* | Remove key_manager.api_class hackMatt Riedemann2017-07-171-5/+0
|/
* Deprecate barbican optionsSarafraj Singh2016-07-291-3/+0
* Replace key manager with CastellanKaitlin Farr2016-04-278-790/+138
* Fix generation of Guru Meditation ReportRoman Podoliaka2016-04-131-1/+1
* Merge "Fixes hex decoding related unit tests"Jenkins2016-04-112-3/+5
|\
| * Fixes hex decoding related unit testsClaudiu Belu2016-03-212-3/+5
* | config options: centralize section: "keymgr"Kevin_Zheng2016-03-293-38/+8
|/
* Migrate from keystoneclient to keystoneauthMonty Taylor2016-01-281-3/+4
* Check context before returning cached valueDave McCowan2015-12-141-41/+51
* Switch to uuidutils from oslo_utils libraryDavanum Srinivas2015-02-251-1/+1
* Use oslo.logDavanum Srinivas2015-02-223-3/+4
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-063-5/+5
* Adds barbican keymgr wrapperBrianna Poulos2015-02-021-0/+346
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-202-7/+7
* Key manager: ensure exception reason is translatedGary Kotton2014-11-161-2/+2
* Use oslo.utilsDavanum Srinivas2014-10-061-2/+1
* docs - Fix errors,warnings from document generationDavanum Srinivas2014-08-081-1/+3
* Use oslo.i18nDavanum Srinivas2014-07-183-3/+3
* Rename NotAuthorized exception to ForbiddenMatt Riedemann2014-04-252-9/+9
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-274-15/+12
* Remove vi modelinesliu-sheng2014-02-037-8/+0
* Remove duplicated method in mock_key_mgrMatthew Gilliard2014-01-291-7/+0
* Apply six for metaclassfujioka yuuichi2013-10-232-4/+6
* Wire in ConfKeyManager._generate_hex_key!Dan Prince2013-09-131-3/+2
* Drop unused logger from keymgr/__init__.pyDan Prince2013-09-131-3/+0
* Move required keymgr classes out of nova/testsDan Prince2013-09-133-1/+213
* Add key manager implementation with static keyJoel Coffman2013-09-113-6/+83
* Synchronize the key manager interface with CinderJoel Coffman2013-09-054-8/+71
* Create key manager interfaceJoel Coffman2013-07-173-0/+198