[Kimchi-devel] [PATCH] [Kimchi 0/3 V2] Start up websockify on localhost

Aline Manera alinefm at linux.vnet.ibm.com
Tue Jan 19 00:29:05 UTC 2016


This patch set depends on Wok patch: [PATCH] [Wok 0/6] Configure nginx to proxy connections to the websocket server

V1 -> V2:
- Update spec files to add the all the docs/ directory content

Aline Manera (2):
  Update /plugins/kimchi/config API to only return information related
    to Kimchi
  Update README

Rob Lemley (1):
  Start up websockify on localhost

 contrib/kimchi.spec.fedora.in        |   6 +-
 contrib/kimchi.spec.suse.in          |   6 +-
 docs/API.md                          |   3 +-
 docs/Makefile.am                     |  10 +-
 docs/README.md                       | 239 +++++++++--------------------------
 docs/fedora-deps.md                  |  53 ++++++++
 docs/kimchi-guest.png                | Bin 192281 -> 0 bytes
 docs/kimchi-guests.png               | Bin 0 -> 55954 bytes
 docs/kimchi-login.png                | Bin 318041 -> 0 bytes
 docs/kimchi-templates.png            | Bin 329678 -> 60887 bytes
 docs/opensuse-deps.md                |  48 +++++++
 docs/ubuntu-deps.md                  |  34 +++++
 docs/wok-login.png                   | Bin 0 -> 20140 bytes
 model/config.py                      |  10 +-
 tests/test_rest.py                   |   4 +-
 ui/js/src/kimchi.api.js              |  29 ++---
 ui/spice-html5/pages/spice_auto.html |   2 +-
 vnc.py                               |   8 +-
 18 files changed, 222 insertions(+), 230 deletions(-)
 create mode 100644 docs/fedora-deps.md
 delete mode 100644 docs/kimchi-guest.png
 create mode 100644 docs/kimchi-guests.png
 delete mode 100644 docs/kimchi-login.png
 create mode 100644 docs/opensuse-deps.md
 create mode 100644 docs/ubuntu-deps.md
 create mode 100644 docs/wok-login.png

-- 
2.5.0




More information about the Kimchi-devel mailing list