Jump to: navigation, search

Difference between revisions of "QuantumClientGUI"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
The Quantum GUI should expose all capabilities exposed as part of the core Quantum API.   
+
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.   
 
Communication with Quantum should be over the tenant web services API.   
Line 9: Line 9:
 
* attach/detach those interfaces from networks.  
 
* attach/detach those interfaces from networks.  
  
An example template for this GUI would be the work to modify [[OpenStack]] dashboard for the Quantum demo given at the Diablo summit.
+
An example template for this GUI would be the work to modify [[OpenStack]] dashboard for the Quantum demo given at the Diablo summit
 +
 
 +
This work may benefit from shared client library code with the QuantumClientCLI work.

Revision as of 22:11, 6 May 2011

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.

An example template for this GUI would be the work to modify OpenStack dashboard for the Quantum demo given at the Diablo summit.

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