{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:project:volumes:volumes:upload_to_image' volume.id %}{% endblock %} {% block modal_id %}update_volume_modal{% endblock %} {% block modal-header %}{% trans "Upload Volume to Image" %}{% endblock %} {% block modal-body %}
{% 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 %}