{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_datasource_form{% endblock %} {% block form_action %}{% url 'horizon:admin:datasources:create' %}{% endblock %} {% block modal_id %}create_datasource_modal{% endblock %} {% block modal-header %}{% trans "Create Data Source" %}{% endblock %} {% block modal-body %}
{% trans "Create a new data source with the any of the supported drivers listed."%}
{% trans "Congress uses a driver to connect each service to the policy engine. Connection details such as username, password, auth_url, project_name needed for congress to connect to respective service to be able poll data."%}