{% extends "horizon/common/_modal_form.html" %} {% load horizon i18n %} {% block form_id %}launch_image_form{% endblock %} {% block form_action %}{% url horizon:nova:images_and_snapshots:images:launch image.id %}{% endblock %} {% block modal_id %}launch_image_{{ image.id }}{% endblock %} {% block modal-header %}{% trans "Launch Instances" %}{% endblock %} {% block modal-body %}
{% trans "Specify the details for launching an instance. The chart below shows the resources used by this project in relation to the project's quotas." %}
{{ usages.instances.available|quota }}
{{ usages.cores.available|quota }}
{{ usages.gigabytes.available|quota:"GB" }}
{{ usages.ram.available|quota:"MB" }}