Added uuid to the PIF record.
authorEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 13:51:45 +0000 (13:51 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 13:51:45 +0000 (13:51 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendPIF.py

index b0284278636172f35324aee25605ddd77aa7611f..efb65989e96d854e6e237dead8295132d637648e 100644 (file)
@@ -117,7 +117,8 @@ class XendPIF:
         return success
 
     def get_record(self):
-        return {'device': self.device,
+        return {'uuid': self.uuid,
+                'device': self.device,
                 'MAC': self.mac,
                 'MTU': self.mtu,
                 'VLAN': self.vlan,