(2.10) Hotplug: objects and constants additions
authorDimitris Aragiorgis <dimara@grnet.gr>
Thu, 9 Aug 2012 10:54:18 +0000 (13:54 +0300)
committerDimitris Aragiorgis <dimara@grnet.gr>
Thu, 27 Mar 2014 07:56:43 +0000 (09:56 +0200)
commitbd7fed672527a9ab9950b52382e2c3b1590076be
treec1f517d01091bf3e7f7f8be1380e55f479af928c
parent683d0600dd72cd21feeb120521239ecd7c115778
(2.10) Hotplug: objects and constants additions

Add pci slot in NIC/Disk objects. This slot will be used only
by hypervisor code. Currently only KVM will use it and store it
temporarily in runtime files.
Add HOTPLUG_* constants to define device types an hotplug actions.

(fix) Add missing opcode parameter

In stable-2.10 opcodes.py is auto-generated from haskell ones.
Add hotplug* params to OpInstanceSetParams.

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
lib/constants.py
lib/objects.py
lib/opcodes.py