{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description:" %}

{% blocktrans %} Upload the volume to the Image Service as an image. This is equivalent to the cinder upload-to-image command. {% endblocktrans %}

{% blocktrans %} Choose "Disk Format" for the image. The volume images are created with the QEMU disk image utility. {% endblocktrans %}

{% if volume.status == 'in-use' %}

{% blocktrans %} When the volume status is "in-use", you can use "Force" to upload the volume to an image. {% endblocktrans %}

{% endif %} {% endblock %}