Revision 860bf930 lib/hypervisor/hv_lxc.py

b/lib/hypervisor/hv_lxc.py
470 470

  
471 471
    """
472 472
    raise HypervisorError("Migration is not supported by the LXC hypervisor")
473

  
474
  def HotplugSupported(self, instance, action, dev_type):
475
    """Whether hotplug is supported.
476

  
477
    """
478
    raise HypervisorError("Hotplug not supported by the LXC hypervisor")

Also available in: Unified diff