{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_keypair_form{% endblock %} {% block form_action %}{% url 'horizon:project:access_and_security:keypairs:create' %}{% endblock %} {% block modal-header %}{% trans "Create Key Pair" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "Key pairs are ssh credentials which are injected into images when they are launched. Creating a new key pair registers the public key and downloads the private key (a .pem file)." %}

{% trans "Protect and use the key as you would any normal ssh private key." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}