[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Added uuid to the PIF record.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1170165105 0 # Node ID a9912f2e472b0c2b3b49eb176407f238973c2baf # Parent 4637dfae085676891e8abb48deedc95fcff85467 Added uuid to the PIF record. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendPIF.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r 4637dfae0856 -r a9912f2e472b tools/python/xen/xend/XendPIF.py --- a/tools/python/xen/xend/XendPIF.py Tue Jan 30 13:46:46 2007 +0000 +++ b/tools/python/xen/xend/XendPIF.py Tue Jan 30 13:51:45 2007 +0000 @@ -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, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |