Mentions légales du service

Skip to content

WIP: Vlan Stiching endpoint

BERTOT Luke requested to merge grid5000/python-grid5000:vlanstiching into master

Attempt to provide object to navigate vlan stitching as per issue #4.

Added new stitcher attribute to Grid5000 and Root

Current problem: When POSTing the API only send back {"result":"created"} whereas during normal operation a stitch is expected to be {"id":"<id>","sdx_vlan_id":"<other_id>"} Because of that the object returned by the create() call is bunk, and can't even be refreshed. I'm asking on the Grid'5000 side to see if this endpoint's behavior can be made more inline with the other Grid'5000 endpoint

Merge request reports