diff --git a/cinder/api/contrib/volume_actions.py b/cinder/api/contrib/volume_actions.py index 91b0aa34c17..f7c4e1d6982 100644 --- a/cinder/api/contrib/volume_actions.py +++ b/cinder/api/contrib/volume_actions.py @@ -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"),