- Timestamp:
- Sep 29, 2010 3:06:31 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- b4778de
- Parents:
- 962ea25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/protogeni_access.py
r962ea25 radd53ea 930 930 "ProtoGENI: %s %s" % (e.code, e)) 931 931 932 return (slice_urn, slice_cred, manifest )932 return (slice_urn, slice_cred, manifest, rspec) 933 933 934 934 def wait_for_slice(self, segment_commands, slice_cred, slice_urn, ctxt, … … 1002 1002 slicename = self.get_free_slicename(segment_commands, user, gcred, ctxt) 1003 1003 self.log.info("Creating %s" % slicename) 1004 slice_urn, slice_cred, manifest = self.allocate_slice(1004 slice_urn, slice_cred, manifest, rpsec = self.allocate_slice( 1005 1005 segment_commands, slicename, rspec, gcred, ctxt) 1006 1006 … … 1044 1044 self.allocation[aid]['slice_credential'] = slice_cred 1045 1045 self.allocation[aid]['manifest'] = manifest 1046 self.allocation[aid]['rspec'] = rspec 1046 1047 self.allocation[aid]['certfile'] = certfile 1047 1048 self.allocation[aid]['certpw'] = certpw
Note: See TracChangeset
for help on using the changeset viewer.