zun/zun/cmd
Kevin Zhao 72a7997080 Add support for websocket-proxy
Reuse the websocketify project

Implements: blueprint stream-via-rest-api

Procedure to use the websocket proxy:

1.Apply the patches in sequence:
https://review.openstack.org/462373
https://review.openstack.org/459086
https://review.openstack.org/462374

2.Run devstack with the above patch. Make sure the "RECLONE=no". Devstack will automatically start a service "zun-wsproxy" in the
same node with zun-api.

3.By default the websocket proxy server will running at 127.0.0.1:6784

4.Create a container with interactive:
    zun create --name test0 -i cirros "/bin/sh"
    zun start test0

5.Run attach command:
    zun attach test0

6.Once connected, you can see the output info from screen service "zun-wsproxy"

Change-Id: Ib905d4852b9b5f6398316651da5224232b003dbc
Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
2017-05-18 18:42:05 +08:00
..
__init__.py Integrate OSProfiler in Zun 2017-03-17 21:15:03 +08:00
api.py Fix an issue in zun-api start 2017-03-27 22:07:07 +05:30
compute.py Remove log translations 2017-03-21 15:41:12 +08:00
db_manage.py update higgins with zun 2016-06-08 22:21:34 -05:00
wsproxy.py Add support for websocket-proxy 2017-05-18 18:42:05 +08:00