[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.1-testing] xend: Fix use of PIFIsPhysical (takes no arguments).
# HG changeset patch # User Keir Fraser <keir@xxxxxxxxxxxxx> # Date 1178054641 -3600 # Node ID c1fafdcdb19a781a603988346e49deae07054a54 # Parent 650007cf390daca81f65311ef203288b6762d9be xend: Fix use of PIFIsPhysical (takes no arguments). Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendPIF.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 650007cf390d -r c1fafdcdb19a tools/python/xen/xend/XendPIF.py --- a/tools/python/xen/xend/XendPIF.py Tue May 01 14:17:01 2007 +0100 +++ b/tools/python/xen/xend/XendPIF.py Tue May 01 22:24:01 2007 +0100 @@ -306,7 +306,7 @@ class XendPIF(XendBase): # Figure out if this is a physical device if self.get_interface_name() == \ self.get_device(): - raise PIFIsPhysical(self.get_uuid()) + raise PIFIsPhysical() self.unplug() _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |