~cgb-cs/appscale/appscale-tools

« back to all changes in this revision

Viewing changes to bin/appscale-run-instances

  • Committer: Chris Bunch
  • Date: 2011-06-26 03:33:59 UTC
  • mfrom: (238.1.10 trunk-tools)
  • Revision ID: cgb@cs.ucsb.edu-20110626033359-8pntrbyrh7c5fr6o
merged with main, and reverted infrastructure flag to allow iaas as an argument

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
ALL_FLAGS = ["help", "h", "min", "max", "file", "table", "ips"] +  
61
61
  ["v", "verbose", "machine", "instance_type", "disk", "usage"] + 
62
 
  [ "version", "keyname", "iaas", "n", "r", "w", "scp"] +  
 
62
  [ "version", "keyname", "infrastructure", "n", "r", "w", "scp"] +  
63
63
  ["test", "appengine", "force", "restore_from_tar", "restore_from_ebs"] +
64
64
  ["restore_neptune_info"]
65
65