From: Alex Brett Date: Thu, 12 Nov 2015 17:21:13 +0000 (+0000) Subject: Remove attribute from interface for now X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f668bb323d10668a62426c4232b270d8d96ab5f2;p=xenrt-citrix%2Fxenrt.git Remove attribute from interface for now --- diff --git a/exec/xenrt/interfaces.py b/exec/xenrt/interfaces.py index 983d49533..fa5e27f50 100644 --- a/exec/xenrt/interfaces.py +++ b/exec/xenrt/interfaces.py @@ -130,8 +130,6 @@ class OS(Interface): tcpCommunicationPorts = Attribute("TCP Ports needed for inbound communication, of type {name:port}") - visibleMemory = Attribute("Memory visible to the guest OS in MB") - def knownDistro(distro): """Determine if the given distro is known to this library"""