diff --git a/cinder/api/contrib/volume_actions.py b/cinder/api/contrib/volume_actions.py index 02a590e84d8..3a2de3af130 100644 --- a/cinder/api/contrib/volume_actions.py +++ b/cinder/api/contrib/volume_actions.py @@ -210,9 +210,8 @@ class VolumeActionsController(wsgi.Controller): volume = self.volume_api.get(context, id) context.authorize(policy.UPLOAD_IMAGE_POLICY) - # check for valid disk-format - disk_format = params.get("disk_format", "raw") + disk_format = params.get("disk_format", "raw") image_metadata = {"container_format": params.get( "container_format", "bare"), "disk_format": disk_format,