Opened 12 years ago

Closed 12 years ago

#81 closed (fixed)

Slice.toXML() output is missing creator parameter

Reported by: chaos@bbn.com Owned by: somebody
Priority: major Milestone: 2012-09-04 client release
Component: Clients Version:
Keywords: v0.5.3 Cc:
Dependencies:

Description

My slices have valid creator parameters set:

print [s.creator.id for s in slices.values()]

yields:

['urn:publicid:IDN+pgeni.gpolab.bbn.com+user+chaos', 'urn:publicid:IDN+pgeni.gpolab.bbn.com+user+chaos']

But the XML output for the slices is:

                <slice expires="1348981200" operator="urn:publicid:IDN+gmoc.geni.net+organization+BBN" primary_contact="chaos@bbn.com" urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+chaos-poblano1101-datapath" uuid="10b14362-f10c-11e0-bf86-000c29f89f7b"/>
                <slice expires="1348981200" operator="urn:publicid:IDN+gmoc.geni.net+organization+BBN" primary_contact="chaos@bbn.com" urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+chaos-montreve-macaddr" uuid="ff6d2b12-f10e-11e0-bf86-000c29f89f7b"/>

The creator attributes are missing from those lines.

Change History (1)

comment:1 Changed 12 years ago by sedwards@bbn.com

Resolution: fixed
Status: newclosed

This is fixed in v0.6.0.

Note: See TracTickets for help on using tickets.