Ignore:
Timestamp:
Apr 7, 2010 1:53:58 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
7fe81be
Parents:
3e3a5de
Message:

Two changes at once

Remove master and export project from the create request and rename the splitter external interface into a translation interface. The export_project pseudo service is staring.

Also start removeing some deprecated fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r3e3a5de r5f6929a  
    14431443        msg = {
    14441444                'experimentdescription': { 'ns2description': exp_desc },
    1445                 'master': opts.master,
    1446                 'exportProject': { 'localname': opts.project },
     1445                'service': [ { 'name': 'project_export', 'fedAttr': [
     1446                    { 'attribute': 'testbed', 'value': opts.master },
     1447                    { 'attribute': 'project', 'value': opts.project },
     1448                    ],
     1449                    'visibility': 'export' }, ]
    14471450            }
    14481451
Note: See TracChangeset for help on using the changeset viewer.