Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 404 error in cloud instance delete #19

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Fix 404 error in cloud instance delete #19

merged 2 commits into from
Jan 22, 2024

Conversation

amarao
Copy link
Collaborator

@amarao amarao commented Jan 19, 2024

Example of error:

fatal: [testhost]: FAILED! => {"api_url": "https://api.servers.com/v1/cloud_computing/instances/....", "changed": false, "msg": "404 Not Found.", "status_code": 404}

It's okay to see instanes disappearing when we try to delete it.

Shoud fix problems with occasional error during instance delete:

 fatal: [testhost]: FAILED! => {"api_url": "https://api.servers.com/v1/cloud_computing/instances/....", "changed": false, "msg": "404 Not Found.", "status_code": 404}
@amarao amarao self-assigned this Jan 19, 2024
@amarao amarao requested a review from vanyasvl January 19, 2024 15:30
@amarao amarao merged commit c139265 into master Jan 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants