Revision 9fe3c789 lib/hypervisor/hv_chroot.py

b/lib/hypervisor/hv_chroot.py
329 329

  
330 330
    """
331 331
    raise HypervisorError("Migration not supported by the chroot hypervisor")
332

  
333
  def HotplugSupported(self, instance, action, dev_type):
334
    """Whether hotplug is supported.
335

  
336
    """
337
    raise HypervisorError("Hotplug not supported by the chroot hypervisor")

Also available in: Unified diff