summaryrefslogtreecommitdiffstats
path: root/bin/nova-vncproxy
Commit message (Collapse)AuthorAgeFilesLines
* Implements blueprint vnc-console-cleanupAnthony Young2012-01-171-49/+0
| | | | | | | | | | | | | | | * Creates a unified way to access vnc consoles for xenserver and libvirt * Now supports both java and websocket clients * Removes nova-vncproxy - a replacement version of this (nova-novncproxy) can be found as described in vncconsole.rst * Adds nova-xvpvncproxy, which supports a java vnc client * Adds api extension to access java and novnc access_urls * Fixes proxy server to close/shutdown sockets more cleanly * Address style feedback * Use new-style extension format * Fix setup.py * utils.gen_uuid must be wrapped like str(utils.gen_uuid()) or it can't be serialized Change-Id: I5e42e2f160e8e3476269bd64b0e8aa77e66c918c
* Add nova-all to run all servicesVishvananda Ishaya2011-09-281-73/+3
| | | | | | | * Cleans up service for objectstore and vncproxy * Fixes virt.fake to be runnable via a flag Change-Id: I18e05a4d727bbbd3481063623dc3b6ad52e233d4
* fixes vncproxy service listening on rabbitVishvananda Ishaya2011-09-081-6/+9
|
* more cleanup of binaries per reviewVishvananda Ishaya2011-08-181-9/+6
|
* pep8 complianceJimmy Bergman2011-07-071-3/+6
|
* Merge trunk and resolve bin/nova-vncproxy conflictJimmy Bergman2011-06-301-2/+6
|\
| * Removed whitespace.Brian Lamar2011-06-211-1/+1
| |
| * Very small alterations, switched from using start() to pass host/port, to ↵Brian Lamar2011-06-211-2/+5
| | | | | | | | just defining them up front in init. Doesn't make sense to set them in start because we can't start more than once any way. Also, unbroke binaries.
* | Change so that the flash socket policy server is using eventlet instead of ↵Jimmy Bergman2011-06-231-19/+13
| | | | | | | | twisted and is running in the same process as the main vnx proxy
* | Add a socket server responding with an allowing flash socket policy for all ↵Jimmy Bergman2011-06-221-3/+20
|/ | | | requests from flash on port 843 to nova-vncproxy
* incorporate feedback from termieAnthony Young2011-03-291-2/+2
|
* use manager pattern for auth token proxyAnthony Young2011-03-291-0/+101