summaryrefslogtreecommitdiffstats
path: root/nova/vnc
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-3/+2
* Update OpenStack LLC to FoundationKurt Taylor2013-02-262-2/+2
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-2/+2
* Remove obsolete VCS version info completelyDaniel P. Berrange2012-12-191-1/+1
* Fix typos in vncserver_listen config param help descriptionDaniel P. Berrange2012-12-181-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-202-4/+2
* Remove nova.flagsMark McLoughlin2012-11-172-2/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-042-6/+8
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Update pep8 dependency to v1.1Brian Waldon2012-05-241-5/+5
* Add version to consoleauth rpc API.Russell Bryant2012-05-171-5/+3
* 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
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-032-2/+2
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-282-22/+38
* Fix missing imports and bad call caught by pyflakesVishvananda Ishaya2012-01-181-4/+2
* Allow config of vncserver_proxyclient_address.Anthony Young2012-01-181-2/+6
* Implements blueprint vnc-console-cleanupAnthony Young2012-01-175-371/+189
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-1/+0
* Bug #896997: nova-vncproxy's flash socket policy port is not configurableEwan Mellor2011-11-291-2/+6
* Add nova-all to run all servicesVishvananda Ishaya2011-09-282-4/+97
* Remove instances of the "diaper pattern"Matthew Hooker2011-08-031-2/+2
* Add vnc_keymap flag and enable setting keymap for vnc console.Masanori Itoh2011-05-171-0/+2
* fix localization for multiple replacement stringsVishvananda Ishaya2011-03-291-3/+5
* add lineAnthony Young2011-03-291-0/+1
* incorporate feedback from termieAnthony Young2011-03-293-6/+4
* move functions aroundAnthony Young2011-03-291-13/+13
* move flags per termie's feedbackAnthony Young2011-03-292-1/+37
* fix flag namesAnthony Young2011-03-291-1/+1
* use manager pattern for auth token proxyAnthony Young2011-03-292-43/+63
* add hook for osapiAnthony Young2011-03-241-2/+2
* make everything work with trunk againAnthony Young2011-03-241-9/+11
* incorporate feedback from termieAnthony Young2011-03-242-18/+19
* clean some pep8 issuesAnthony Young2011-03-231-2/+1
* general cleanup, use whitelist for webserver securityAnthony Young2011-03-232-15/+47
* more progressAnthony Young2011-03-232-14/+32
* use the nova Server objectAnthony Young2011-03-231-1/+1
* separating out components of vnc consoleAnthony Young2011-03-233-0/+194