Revert "Merge pull request #491 from jakedt/migratebackp2"

This reverts commit 7ad2522dbe, reversing
changes made to a0b191ffa1.
This commit is contained in:
Silas Sewell 2015-09-28 16:09:22 -04:00
parent 7ad2522dbe
commit 9000169b53
11 changed files with 66 additions and 232 deletions

View file

@ -248,7 +248,7 @@ class Repository(RepositoryParamResource):
tag_info = {
'name': tag.name,
'image_id': tag.image.docker_image_id,
'size': tag.image.aggregate_size
'size': tag.image.storage.aggregate_size
}
if tag.lifetime_start_ts > 0: