{% 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 %}add_image{% endblock %} {% block modal-header %}{% trans "Add An Image" %}{% endblock %} {% block modal-body %}
{% trans "Add image to Murano. Valid image metadata will be added so this image can be picked during service creation." %}
{% trans "Image Title" %} {% blocktrans %}Enter an image desciption which will help you to recognize the service during service creation {% endblocktrans %}
{% trans "Images" %} {% blocktrans %}Select image from Glance{% endblocktrans %}
{% trans "Murano Type" %} {% blocktrans %}Pick image type from supported by Murano{% endblocktrans %}