summaryrefslogtreecommitdiff
path: root/nova/keymgr
Commit message (Expand)AuthorAgeFilesLines
* 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