Updated changelog.
[invirt/packages/invirt-remote.git] / server / usr / sbin / invirt-remote-create
index 714d846..991b3c8 100755 (executable)
@@ -15,7 +15,6 @@ import yaml
 
 def choose_host():
     # Query each of the hosts.
 
 def choose_host():
     # Query each of the hosts.
-    # XXX will the output of 'xm info' always be parseable YAML?
     results = bcast('availability')
     return max((int(o), s) for (s, o) in results)[1]
 
     results = bcast('availability')
     return max((int(o), s) for (s, o) in results)[1]