Actions
Bug #26462
closedPUT request for cache refresh fails
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
VM management
Target version:
-
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1692688
Description of problem:
PUT request for a compute resource fails with below error message
```
{
"message": "Failed to refresh the cache."
}
```
Version-Release number of selected component (if applicable):
latest master
How reproducible:
Steps to Reproduce:
1.Add a compute resource
2.PUT request for cache refresh
3.
Actual results:
Shown error msg
Expected results:
Should work or give proper error if not implemented
Additional info:
Actions