Merge "Delete redundant code"

This commit is contained in:
Zuul 2018-03-09 16:26:56 +00:00 committed by Gerrit Code Review
commit ece343e3eb

@ -244,8 +244,6 @@ class VolumeActionsController(wsgi.Controller):
image_utils.VALID_DISK_FORMATS)
}
raise webob.exc.HTTPBadRequest(explanation=msg)
if disk_format == "parallels":
disk_format = "ploop"
image_metadata = {"container_format": params.get(
"container_format", "bare"),