{% 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 "Download OpenStack RC File" %}{% endblock %} {% block modal-body %}
{% trans 'Download the RC file for the selected project, then type "source openrc" in the terminal to configure your environment to communicate with OpenStack.' %}