{% extends "django_nova/images/base.html" %} {% block title %} - Launch an Image{% endblock %} {% block headerjs %} {% endblock %} {% block content %}
Images are snapshots of running systems which can easily be deployed to run one or more instances.
ID | Description | Owner | ||||||
---|---|---|---|---|---|---|---|---|
Owner:
{{ ami.ownerId }}
Description:
{{ ami.description }}
Location:
{{ ami.location }}
ID:
{{ ami.id }}
Name:
{{ ami.displayName }}
Type:
{{ ami.type }}
Architecture:
{{ ami.architecture }}
{% if ami.is_public %}
{% if can_modify or user.username == ami.ownerId %}
{% endif %}
Public Image
{% else %}
Private Image
{% endif %}
Launch
{% if can_modify or user.username == ami.ownerId %}
Edit Image
{% endif %}
|
{% else %}
{{ image.id }} | {% if image.description %} {{ image.description }} {% else %} {{ image.location }} {% endif %} | {{ image.ownerId }} | Launch | {#Launch | #} {% endif %}
Are you sure you wish to unregister the image?