sfa/managers/slice_manager_pl.py
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 6 Oct 2011 01:26:05 +0000 (21:26 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 6 Oct 2011 01:26:05 +0000 (21:26 -0400)
Make sure ProroGENI request rspecs have the correct schema and format

sfa/client/sfiAddSliver.py

index 1a8471e..ef4a008 100755 (executable)
@@ -25,7 +25,6 @@ if command.opts.outfile:
     outfile=file(command.opts.outfile,"w")
 else:
     outfile=sys.stdout
-
 request_rspec = RSpec(infile)
 nodes = file(command.opts.nodefile).read().split()
 version_manager = VersionManager()