lp://staging/~johannes.erdfelt/glance/image-undelete
Created by
Johannes Erdfelt
and last modified
- Get this branch:
- bzr branch lp://staging/~johannes.erdfelt/glance/image-undelete
Only
Johannes Erdfelt
can upload to this branch. If you are
Johannes Erdfelt
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/~hudson-openstack/glance/trunk
- Brian Waldon (community): Approve
- Josh Kearney (community): Approve
-
Diff: 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)
Branch information
Recent revisions
- 191. By Johannes Erdfelt
-
Save status of image since restoring an image may not always mean setting it
to active
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/glance/trunk