Skip to content

Commit

Permalink
Removes testing print line
Browse files Browse the repository at this point in the history
  • Loading branch information
Wawrzyniec Niewodniczanski committed Nov 28, 2011
1 parent e1942dc commit ecbb679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions README
Expand Up @@ -10,14 +10,12 @@ python


KNOWN LIMITATIONS
- memory limits are not properly set,
- XenTools installation depends on disk numbering,
- information about VM should be the last variable in commandline,
- installation target has to be local disk.


TO DO
- improve memory set up,
- add option to pass variables from a batch file,
- have a config file with static values (like repository address),
- give a choice of network interface(s),
Expand Down
3 changes: 1 addition & 2 deletions XenDebian.py
Expand Up @@ -81,8 +81,7 @@ def set_mem(VM, adv_mem = False):
set_advance_mem(VM)
else :
mem_str = str(int(mem*GB))
al = VM.set_memory_limits(token, vm, mem_str, mem_str, mem_str, mem_str)
print al
VM.set_memory_limits(token, vm, mem_str, mem_str, mem_str, mem_str)


def get_pif(PIF, HOST, NET):
Expand Down

0 comments on commit ecbb679

Please sign in to comment.