summaryrefslogtreecommitdiff
path: root/nova/consoleauth/manager.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* consoleauth: Store access_url on token authorizationNikola Dipanov2015-04-071-2/+4
* 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-061-3/+3
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-1/+1
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* 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
* 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-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-1/+2
* Remove consoleauth 1.X rpc apiRussell Bryant2013-10-251-46/+11
* Fix consoleauth check_token for rpcapi v2Xavier Queralt2013-10-241-1/+1
* Add V2 rpc api for consoleauthRussell Bryant2013-10-161-0/+29
* Delete expired instance console auth tokensYaguang Tang2013-08-231-0/+5
* 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
* 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-251-0/+2
|\
| * Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-0/+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-191-2/+13
* Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-1/+1
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Flush tokens on instance deleteJohn Herndon2013-02-211-3/+42
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Move memcached_servers opt into common.memorycacheMark McLoughlin2013-01-091-8/+2
* Add get_backdoor_port to consoleauth.Matthew Treinish2012-12-191-1/+4
* 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-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-5/+6
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix several PEP-8 issuesSascha Peilicke2012-06-261-1/+1
* Use memcache to store consoleauth tokensAnthony Young2012-05-211-22/+18
* Add version to consoleauth rpc API.Russell Bryant2012-05-171-0/+2
* pylint cleanupJoe Gordon2012-05-071-2/+0
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1