Revision 9fe3c789 lib/hypervisor/hv_lxc.py

b/lib/hypervisor/hv_lxc.py
477 477

  
478 478
    """
479 479
    raise HypervisorError("Migration is not supported by the LXC hypervisor")
480

  
481
  def HotplugSupported(self, instance, action, dev_type):
482
    """Whether hotplug is supported.
483

  
484
    """
485
    raise HypervisorError("Hotplug not supported by the LXC hypervisor")

Also available in: Unified diff