Skip to content

retspen/virtmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b1932b · Aug 5, 2013
May 30, 2012
Feb 24, 2013
Apr 14, 2012
Jul 31, 2013
May 31, 2012
May 17, 2012
Jun 5, 2012
Jun 8, 2012
Jan 22, 2013
Jul 19, 2012
May 12, 2012
Jul 3, 2012
Nov 15, 2012
Feb 26, 2013
Jun 26, 2012
Oct 16, 2012
Sep 23, 2012
Jun 8, 2012
Jun 5, 2012
Nov 4, 2011
Nov 4, 2011
Apr 1, 2012
May 11, 2012
Aug 28, 2012

Repository files navigation

Version 2.6:

  • bugfix
  • manual authtorization when manage host
  • fix templates

Version 2.5:

  • bugfix
  • add template for new VM
  • new design control VM
  • fix translate

Version 2.4:

  • bugfix
  • add gettext (russian)
  • change template

Version 2.3:

  • bugfix
  • add logs
  • change templates

Version 2.2:

  • fix template
  • add exceptions for all operation
  • add support qemu without kvm

Version 2.1:

  • fix bootstrap height (text input)

Version 2.0:

  • new design build on bootstrap
  • delete interfaces for ubuntu support
  • optimized code

Version 1.0.1a:

WebVirtMgr is a libvirt-based Web interface for managing virtual machines. It allows you to create and configure new domains, and adjust a domain's resource allocation. A VNC viewer over a SSH tunnel presents a full graphical console to the guest domain. KVM is currently the only hypervisor supported

Technology:

The application logic is written in Python & Django. The LIBVIRT Python bindings are used to interacting with the underlying hypervisor. KVM primary supported platform.