Changeset 7f57435
- Timestamp:
- Dec 1, 2011 5:33:07 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 06c1dba
- Parents:
- cebcdce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
rcebcdce r7f57435 1310 1310 self.state_lock.release() 1311 1311 1312 r eturn{1312 rv = { 1313 1313 'allocID': req['allocID'], 1314 'segmentdescription':1315 { 'topdldescription' : topo.to_dict() },1316 1314 'proof': proof.to_dict(), 1317 1315 } 1316 if topo: 1317 rv['segmentdescription'] = { 'topdldescription' : topo.to_dict() } 1318 return rv 1318 1319 1319 1320 def OperationSegment(self, req, fid): -
wsdl/fedd_types.xsd
rcebcdce r7f57435 901 901 <xsd:element name="allocID" type="tns:IDType"/> 902 902 <xsd:element name="segmentdescription" 903 type="tns:experimentDescriptionType" />903 type="tns:experimentDescriptionType" minOccurs="0" maxOccurs="1"/> 904 904 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 905 905 maxOccurs="unbounded"/>
Note: See TracChangeset
for help on using the changeset viewer.