summaryrefslogtreecommitdiff
path: root/nova/consoleauth
Commit message (Expand)AuthorAgeFilesLines
* Integrate OSProfiler and NovaDina Belova2017-01-181-0/+2
* Merge "conf: Move consoleauth options to a group"Jenkins2016-12-021-1/+1
|\
| * conf: Move consoleauth options to a groupStephen Finucane2016-10-071-1/+1
* | Add RPC version aliases for NewtonDan Smith2016-10-281-2/+3
|/
* Avoid unconditional warnings in nova-consoleauthJens Rosenboom2016-04-261-12/+4
* config options: Centralize upgrade_levels sectionSujitha2016-04-041-6/+2
* Merge "Config options: Centralize consoleauth options"Jenkins2016-04-042-18/+0
|\
| * Config options: Centralize consoleauth optionsPushkar Umaranikar2016-03-312-18/+0
* | Set RPC version aliases for MitakaDan Smith2016-03-161-1/+2
|/
* Removal of unnecessary `import_opt`s for cells config optionsEsra Celik2016-02-121-2/+2
* Switch to oslo.cache libDavanum Srinivas2016-02-021-10/+25
* Add SIGHUP handlers for compute rpcapi to console and conductorDan Smith2015-12-101-0/+5
* Update rpc version aliases for libertyDavanum Srinivas2015-10-011-3/+6
* Update rpc version aliases for kiloHe Jie Xu2015-04-211-0/+5
* consoleauth: Store access_url on token authorizationNikola Dipanov2015-04-072-11/+21
* consoleauth: remove an instance of mutation while iteratingNikola Dipanov2015-04-011-4/+3
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* switch LOG.audit to LOG.infoDavanum Srinivas2015-02-221-3/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-063-6/+6
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-1/+1
* Remove havana compat from nova.consoleauth.rpcapiRussell Bryant2014-11-131-15/+3
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Update rpc version aliases for junoRussell Bryant2014-10-031-1/+2
* docs - Fix indentation for RPC API'sDavanum Srinivas2014-08-011-5/+5
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix the rest of direct uses of instance module objectsChris Behrens2014-06-241-2/+2
* Handle situation when key not memcachedliyingjun2014-05-211-4/+14
* Update version aliases for rpc version controlMohammed Naser2014-04-181-0/+5
* Move consoleauth_manager option into nova.service and fix importsMatt Riedemann2014-02-151-4/+1
* Make consoleauth token verification pass an Instance objectDan Smith2014-02-071-1/+2
* Remove vi modelinesliu-sheng2014-02-033-6/+0
* Port to oslo.messagingMark McLoughlin2014-02-012-22/+12
* Small edits on help stringsAndreas Jaeger2014-01-231-1/+1
* Remove consoleauth 1.X rpc apiRussell Bryant2013-10-251-46/+11
* consoleauth: retain havana rpc client compatRussell Bryant2013-10-251-4/+19
* Fix consoleauth check_token for rpcapi v2Xavier Queralt2013-10-241-1/+1
* Add V2 rpc api for consoleauthRussell Bryant2013-10-162-6/+35
* Update version aliases for rpc version controlRussell Bryant2013-10-161-3/+4
* Port all rpcapi modules to oslo.messaging interfaceMark McLoughlin2013-09-031-14/+15
* Delete expired instance console auth tokensYaguang Tang2013-08-231-0/+5
* maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-1/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Remove locals() from various places.Eugene Nikanorov2013-07-171-2/+4
* Remove conductor usage from consoleauth serviceRussell Bryant2013-07-051-4/+2
* Add rpc client side version control.Russell Bryant2013-06-141-1/+17
* Fix bug where consoleauth depended on remote conductor serviceSam Morrison2013-05-311-2/+2
* Merge "Move get_backdoor_port to base rpc API."Jenkins2013-04-252-4/+2
|\
| * Move get_backdoor_port to base rpc API.Russell Bryant2013-04-242-4/+2
* | Merge "Add an rpc API common to all services."Jenkins2013-04-251-1/+2
|\ \ | |/
| * Add an rpc API common to all services.Russell Bryant2013-04-231-1/+2