{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}provision_form{% endblock %} {% block form_action %}{% url 'horizon:infrastructure:overview:deploy_confirmation' %}{% endblock %} {% block modal_id %}provision_modal{% endblock %} {% block modal-header %}{% trans "Deployment Confirmation" %}{% endblock %} {% block modal-body %}

{% trans "You are about deploy your overcloud." %}

{% if autogenerated_parameters %}   {{ autogenerated_parameters|length }} parameters will be randomly generated.
{% endif %}

{% trans "This operation cannot be undone." %}

{% trans "Are you sure you want to deploy changes?" %}

{% endblock %}