{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load static %} {% load url from future %} {% block form_id %}import_bundle{% endblock %} {% block form_action %}{% url 'horizon:murano:packages:import_bundle' %}{% endblock %} {% block modal_id %}upload_bundle_modal{% endblock %} {% block modal-header %}{% trans 'Import Bundle' %}{% endblock %} {% block modal-body %}
{% blocktrans %}Bundle Name: Bundle's full name.{% endblocktrans %}
{% blocktrans %}The bundle is going to be installed from {{murano_repo_url}} repository.{% endblocktrans %}
{% blocktrans %}Bundle URL: HTTP/HTTPS URL of the bundle file.{% endblocktrans %}
{% blocktrans %}Note: You'll have to configure each package installed from this bundle separately.
If packages depend upon other packages and/or require specific glance images, those are going to be installed with them from murano repository.
{% endblocktrans %}