GENI-NSF / geni-ch

GENI clearinghouse services
Other
3 stars 6 forks source link

get_services_of_type does not return the standard code/value/output triple #516

Closed tcmitchell closed 8 years ago

tcmitchell commented 8 years ago

The service registry method get_services_of_type returns a list of services. Instead it should return a triple of code, value, output where the value field has the list of services, like this:

{ 'code': 0, 'output': '', 'value': [{...},{...},{...},...]}