Merge lp://staging/~johannes.erdfelt/glance/image-undelete into lp://staging/~hudson-openstack/glance/trunk
Proposed by
Johannes Erdfelt
Status: | Rejected |
---|---|
Rejected by: | Brian Waldon |
Proposed branch: | lp://staging/~johannes.erdfelt/glance/image-undelete |
Merge into: | lp://staging/~hudson-openstack/glance/trunk |
Diff against target: |
643 lines (+399/-11) 17 files modified
.mailmap (+1/-0) bin/glance (+27/-1) glance/api/v1/__init__.py (+2/-1) glance/api/v1/images.py (+36/-2) glance/client.py (+8/-0) glance/registry/__init__.py (+6/-0) glance/registry/client.py (+8/-0) glance/registry/db/api.py (+25/-0) glance/registry/db/migrate_repo/versions/008_add_saved_status.py (+41/-0) glance/registry/db/models.py (+1/-0) glance/registry/server.py (+31/-1) glance/store/__init__.py (+7/-6) tests/functional/test_bin_glance.py (+85/-0) tests/functional/test_httplib2_api.py (+63/-0) tests/functional/test_scrubber.py (+28/-0) tests/stubs.py (+10/-0) tests/unit/test_clients.py (+20/-0) |
To merge this branch: | bzr merge lp://staging/~johannes.erdfelt/glance/image-undelete |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Waldon (community) | Approve | ||
Josh Kearney (community) | Approve | ||
Review via email: mp+69161@code.staging.launchpad.net |
Commit message
Add image restore (undelete) functionality to Glance
Description of the change
Delayed delete is only as useful as being able to undelete images if you've determined that you didn't really want to delete it.
To post a comment you must log in.
Unmerged revisions
- 198. By Johannes Erdfelt
-
Merge with trunk
- 197. By Johannes Erdfelt
-
actions -> action
- 196. By Johannes Erdfelt
-
Merge with trunk
- 195. By Johannes Erdfelt
-
Merge with trunk
- 194. By Johannes Erdfelt
-
Merge with trunk
- 193. By Johannes Erdfelt
-
Add test for bin/glance, the HTTP API and the registry client
- 192. By Johannes Erdfelt
-
Fix debug message
- 191. By Johannes Erdfelt
-
Save status of image since restoring an image may not always mean setting it
to active - 190. By Johannes Erdfelt
-
Clarify help for restore command
- 189. By Johannes Erdfelt
-
Fix PEP8 warning
*golf clap*