{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}configuration_form{% endblock %} {% block form_action %}{% url 'horizon:infrastructure:parameters:service_configuration' %}{% endblock %} {% block modal_id %}provision_modal{% endblock %} {% block modal-header %}{% trans "Service Configuration" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Configure values that cannot be defaulted" %}

{% trans "These values cannot be defaulted. Please choose values for them and save them before you deploy your overcloud." %}

{% endblock %}