{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}openrc_download_form{% endblock %} {% block form_action %}{% url horizon:settings:project:index %}{% endblock %} {% block modal_id %}language_settings_modal{% endblock %} {% block modal-header %}{% trans "OpenStack API" %}{% endblock %} {% block modal-body %}
{{ endpoints.render }}

{% trans "Download OpenStack RC File" %}


{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans 'Download the RC file for the selected project, then type "source openrc" in the terminal to configure your environment to communicate with OpenStack.' %}

{% endblock %} {% block modal-footer %} {% if hide %}{% trans "Cancel" %}{% endif %} {% endblock %}