Changeset add53ea


Ignore:
Timestamp:
Sep 29, 2010 3:06:31 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
b4778de
Parents:
962ea25
Message:

capture rspec for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/protogeni_access.py

    r962ea25 radd53ea  
    930930                    "ProtoGENI: %s %s" % (e.code, e))
    931931
    932         return (slice_urn, slice_cred, manifest)
     932        return (slice_urn, slice_cred, manifest, rspec)
    933933
    934934    def wait_for_slice(self, segment_commands, slice_cred, slice_urn, ctxt,
     
    10021002        slicename = self.get_free_slicename(segment_commands, user, gcred, ctxt)
    10031003        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(
    10051005                segment_commands, slicename, rspec, gcred, ctxt)
    10061006
     
    10441044            self.allocation[aid]['slice_credential'] = slice_cred
    10451045            self.allocation[aid]['manifest'] = manifest
     1046            self.allocation[aid]['rspec'] = rspec
    10461047            self.allocation[aid]['certfile'] = certfile
    10471048            self.allocation[aid]['certpw'] = certpw
Note: See TracChangeset for help on using the changeset viewer.