Closed sigmavirus24 closed 8 years ago
I suspect the fix needs to be somewhere around here but I'm not familiar enough with the library/language conventions to make the patch myself.
Ah, thank you. Yes, I see name
is added to the request body even when it isn't provided. Try the HEAD
of master
now. I've just pushed [what I think is] a fix.
I'll pull and test this out. Thanks @jrperritt
Confirmed it works. :+1:
I'm using the HEAD of master (presently 7e0867ce8ed27549bf4ccf22822a277540fa4886) and trying to run
But the client is receiving a 400. I noticed in the debug output that the request body looks like:
Which I suspect is why the compute API is returning a
400 Bad Request
If I provide
--name <name-of-server>
instead of--id <server-id>
then the request succeeds.