Revision 9f395c32 lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
321 321

  
322 322
    """
323 323
    raise HypervisorError("Migration not supported by the chroot hypervisor")
324

  
325
  def HotplugSupported(self, instance, action, dev_type):
326
    """Whether hotplug is supported.
327

  
328
    """
329
    raise HypervisorError("Hotplug not supported by the chroot hypervisor")

Also available in: Unified diff