{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}
{% trans "Create a new user credential." %}
{% blocktrans trimmed %} Project limits the scope of the credential. It is is mandatory if the credential type is EC2. {% endblocktrans %}
{% blocktrans trimmed %} If the credential type is EC2, credential data has to be {"access": <access>, "secret": <secret>}. {% endblocktrans %}
{% endblock %}