{% 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 %} These parameters will be randomly generated before the deployment:{{ autogenerated_parameters|join:", " }}
{% endif %}{% trans "This operation cannot be undone. Are you sure you want to do that?" %}