{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% block form_id %}add_murano_image_form{% endblock %} {% block form_attrs %}enctype='multipart/form-data'{% endblock %} {% block form_action %}mark_image{% endblock %} {% block modal-header %}{% trans 'Mark Image' %}{% endblock %} {% block modal-body %}
{% include 'horizon/common/_form_fields.html' %}

{% trans 'Description:' %}

{% trans 'Mark image with specific Murano metadata. Valid image metadata will be added to the selected image so image can be picked during service creation.' %}

{% trans 'Image' %}: {% blocktrans %}Select one of the images registered in the Glance{% endblocktrans %}

{% trans 'Title' %}: {% blocktrans %}Image description which will help you to recognize the image during service creation{% endblocktrans %}

{% trans 'Type' %}: {% blocktrans %}Pick image type from types supported by Murano{% endblocktrans %}

{% endblock %} {% block modal-footer %} {% endblock %}