-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.59] Anexia: various patches (request/response logging, CP…
…U performance type, 404 fix on delete) (#1798) * Anexia: really handle 404 response for DELETE There already was a check for a 404 error being returned, but the client library does not actually return 404 as error. Workaround is needed, as that won't be fixed in go-anxcloud, as it's the legacy client - but nicely commented and good workaround. Signed-off-by: Mara Sophie Grosch <[email protected]> * Anexia: use cloudproviderutil.HttpClient This way we get request/response logging if required - even prefixed with the Machine name, if applicable. Signed-off-by: Mara Sophie Grosch <[email protected]> * Anexia: allow to specify CPU performance type Signed-off-by: Mara Sophie Grosch <[email protected]> --------- Signed-off-by: Mara Sophie Grosch <[email protected]> Co-authored-by: Mara Sophie Grosch <[email protected]>
- Loading branch information
1 parent
676adb4
commit eba98e3
Showing
3 changed files
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters