{% extends 'dash_base.html' %} {% block sidebar %} {% with current_sidebar="images" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {# to make searchable false, just remove it from the include statement #} {% include "_page_header.html" with title="Launch Instance" %} {% endblock page_header %} {% block dash_main %}
Specify the details for launching an instance. Also please make note of the table below; all tenants have quotas which define the limit of resources you are allowed to provision.
Quota Name | Limit |
---|---|
RAM (MB) | {{quotas.ram}}MB |
Floating IPs | {{quotas.floating_ips}} |
Instances | {{quotas.instances}} |
Volumes | {{quotas.volumes}} |
Gigabytes | {{quotas.gigabytes}}GB |