Merge "Removing unreachable line from stage() method"

This commit is contained in:
Zuul 2017-11-16 23:50:01 +00:00 committed by Gerrit Code Review
commit 9599c6ad81
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ class ImageDataController(object):
except glance_store.Duplicate as e:
msg = _("The image %s has data on staging") % image_id
raise webob.exc.HTTPConflict(explanation=msg)
self._restore(image_repo, image)
except glance_store.StorageFull as e:
msg = _("Image storage media "