[Kimchi-devel] [PATCH 0/2] Live Migration UI v4

sguimaraes943 at gmail.com sguimaraes943 at gmail.com
Thu Dec 3 19:33:39 UTC 2015


From: samhenri <samuel.guimaraes at eldorado.org.br>

 This patch adds Live Migration functionality to the new-ui.
 I'm attaching Socorro initial commit because I had to rebase it with the new-ui in Guests page.

 v1 - "Delete this VM when the migration is completed" checkbox not 
 working
 v2 - Added support for checkbox but somehow Live Migration window was hanging instead of displaying error messages.
 v3 - Fixed problem above and rebased both patches to Kimchi submodule.
 v4 - Fixed form validation and POST request data.

Socorro Stoppler (1):
  Initial checkin for live migration UI support

samhenri (1):
  Fixing Live Migration for the new-ui Guests tab

 ui/js/src/kimchi.api.js                 |   3 +-
 ui/js/src/kimchi.guest_livemigration.js | 121 ++++++++++++++++++++++++++++++++
 ui/js/src/kimchi.guest_main.js          |  82 ++++++++++++++++++++--
 ui/pages/guest-migration.html.tmpl      |  67 ++++++++++++++++++
 ui/pages/guest.html.tmpl                |   7 +-
 ui/pages/guests.html.tmpl               |   4 +-
 ui/pages/i18n.json.tmpl                 |   2 +
 7 files changed, 274 insertions(+), 12 deletions(-)
 create mode 100644 ui/js/src/kimchi.guest_livemigration.js
 create mode 100644 ui/pages/guest-migration.html.tmpl

-- 
1.9.3




More information about the Kimchi-devel mailing list