Changeset 2106
- Timestamp:
- Feb 12, 2009, 11:11:33 PM (16 years ago)
- Location:
- trunk/packages/invirt-remote
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/debian/changelog
r2098 r2106 1 invirt-remote (0.3.3) unstable; urgency=low 2 3 * added remctl web availability to calculate memory available to new VMs 4 5 -- Peter A. Iannucci <iannucci@mit.edu> Thu, 12 Feb 2009 23:10:31 -0500 6 1 7 invirt-remote (0.3.2) unstable; urgency=low 2 8 -
trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-create
r2105 r2106 16 16 def choose_host(): 17 17 # Query each of the hosts. 18 # XXX will the output of 'xm info' always be parseable YAML?19 18 results = bcast('availability') 20 19 return max((int(o), s) for (s, o) in results)[1]
Note: See TracChangeset
for help on using the changeset viewer.