Jump to: navigation, search

QuantumClientGUI

Revision as of 16:54, 26 July 2011 by Arvind (talk)

The Quantum GUI should expose all tenant operations exposed as part of the core Quantum API.

Communication with Quantum should be over the tenant web services API.

Key operations include

  • creation/modify/delete networks
  • view set of available interfaces exposed by "interface services"
  • attach/detach those interfaces from networks.

Some representation of additional attributes exposed by QuantumAPIExtensions may be desirable as well (e.g. QoS, ACL's, etc). An example template for this GUI would be the work to modify OpenStack dashboard for the Quantum demo given at the Diablo summit. The bulk of the code can be done in a "django-quantum" module.

This work may benefit from shared client library code with the QuantumClientCLI work.

A mock up of Quantum's representation in the Openstack dashboard is available at Launchpad

A few screenshots from this mockup are displayed below, please bear in mind this is based on the old dashboard code and does not supports multiple interfaces:

Homepage:

List of networks:

Create a network:

Network created:

Network details:

Create ports:

Ports created:

Attach port:

Detach port:

Delete Port: