{% extends "base.html" %} {% block headerjs %} {% endblock %} {% block breadcrumb %}{{ block.super }}
  • Instances
  • {% endblock %} {% block content %}

    Manage Instances

    View all running instances other than VPNs. Schedule instances for reboot or termination. Download logs.

    {% if status == "success" %}
    {{message}}
    {% endif %} {% if status == "error" %}
    {{message}}
    {% endif %}
    Refresh List
    {% for instance in instances %} {% endfor %}
    Id User Node Created Image IP Public IP Volumes State Operations
    {{instance.id}} {{instance.owner_id}} {{instance.host_name}} {{instance.launch_time}} {{instance.image_id}} {{instance.public_dns_name}} {{instance.private_ip_address}} {% for d in instance.disks %}{{ d.id }}@{{ d.path }} {% endfor %} {{instance.state}} Terminate | Restart | Nova Log | Console Log
    {% endblock %}