summaryrefslogtreecommitdiffstats
path: root/nova/consoleauth
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Encode consoleauth token in utf-8 to make it a strSam Morrison2013-04-091-1/+1
|/
* Fix console support with cellsChris Behrens2013-03-192-3/+14
* Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-1/+1
* Update OpenStack LLC to FoundationKurt Taylor2013-02-262-2/+2
* Flush tokens on instance deleteJohn Herndon2013-02-212-5/+54
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-193-3/+5
* Move memcached_servers opt into common.memorycacheMark McLoughlin2013-01-091-8/+2
* Add get_backdoor_port to consoleauth.Matthew Treinish2012-12-192-1/+9
* Encode consoleauth token in utf-8 to make it a strEugene Kirpichov2012-11-231-2/+2
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-203-5/+4
* Remove nova.flagsMark McLoughlin2012-11-173-3/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-043-10/+12
* fix rpcapi version.Russell Bryant2012-09-111-0/+8
* Change base rpc version to 1.0 in compute rpcapi.Russell Bryant2012-07-121-3/+4
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix several PEP-8 issuesSascha Peilicke2012-06-261-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-2/+2
* Use memcache to store consoleauth tokensAnthony Young2012-05-211-22/+18
* Add version to consoleauth rpc API.Russell Bryant2012-05-172-0/+55
* pylint cleanupJoe Gordon2012-05-071-2/+0
* Fix OpenStack CapitalizationJoe Gordon2012-03-152-2/+2
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-102-2/+2
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-4/+3
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-032-2/+2
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-282-7/+19
* Implements blueprint vnc-console-cleanupAnthony Young2012-01-172-0/+100