No mechanism to update clients in Freezer API
Bug #1592308 reported by
Domhnall Walsh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Backup/Restore and DR (Freezer) |
In Progress
|
Low
|
Partha Bera |
Bug Description
There is no way within the Freezer API to update a client's information after it's been POSTed other than to delete it and create it again.
There is no HTTP PUT/POST/PATCH support for this, despite the fact that the Readme alludes to that possibility.
Changed in freezer: | |
assignee: | nobody → Domhnall Walsh (domhnall-walsh) |
Changed in freezer: | |
assignee: | Domhnall Walsh (domhnall-walsh) → nobody |
Changed in freezer: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in freezer: | |
assignee: | nobody → Partha Bera (partha.b) |
Changed in freezer: | |
status: | Triaged → In Progress |
To post a comment you must log in.
We need to define client_patch_schema (like job_patch_schema, action_patch_schema etc.) in json_schemas module. Any suggestion on that?