{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}
{% blocktrans trimmed %} Upload the volume to the Image Service as an image. This is equivalent to the cinder upload-to-image command. {% endblocktrans %}
{% blocktrans trimmed %} Choose "Disk Format" for the image. The volume images are created with the QEMU disk image utility. {% endblocktrans %}
{% if volume.status == 'in-use' %}{% blocktrans trimmed %} When the volume status is "in-use", you can use "Force" to upload the volume to an image. {% endblocktrans %}
{% endif %} {% endblock %}