From: samhenri <samuel.guimaraes(a)eldorado.org.br>
This patch addes Live Migration functionality to the new-ui.
I'm attaching Socorro initial commit because I had to merge and resolve conflicts with
the current new-ui version of Guests tab.
The "Delete this VM when the migration is completed" checkbox is currently
disabled because it wasn't working properly (trying to delete VM before migration was
complete).
Socorro Stoppler (1):
Initial checkin for live migration UI support
samhenri (1):
Fixing Live Migration for the new-ui Guests tab
src/wok/plugins/ginger | 2 +-
src/wok/plugins/kimchi/ui/js/src/kimchi.api.js | 3 +-
.../kimchi/ui/js/src/kimchi.guest_livemigration.js | 109 +++++++++++++++++++++
.../plugins/kimchi/ui/js/src/kimchi.guest_main.js | 41 +++++++-
.../kimchi/ui/pages/guest-migration.html.tmpl | 67 +++++++++++++
src/wok/plugins/kimchi/ui/pages/guest.html.tmpl | 3 +-
src/wok/plugins/kimchi/ui/pages/i18n.json.tmpl | 2 +
src/wok/plugins/kimchi/ui/pages/network.html.tmpl | 1 -
8 files changed, 219 insertions(+), 9 deletions(-)
create mode 100644 src/wok/plugins/kimchi/ui/js/src/kimchi.guest_livemigration.js
create mode 100644 src/wok/plugins/kimchi/ui/pages/guest-migration.html.tmpl
--
1.9.3