Spirals-Team / docker-machine-driver-g5k

Docker Machine driver for the Grid'5000 testbed infrastructure.
https://www.grid5000.fr
Apache License 2.0
13 stars 5 forks source link

Stateless API client #36

Closed gfieni closed 4 years ago

gfieni commented 4 years ago

This PR introduce a stateless API client instead of storing it along the other g5k related fields. Since the v2 of resty, the client serialisation doesn't work anymore which lead to calling a null client when doing an API request for the operations involving the deserialisation of the driver configuration. (start, stop, restart, remove, status)

Fix: #35