Jump to: navigation, search

Difference between revisions of "Neutron/RestProxyPlugin"

Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
= Quantum Rest Proxy Plugin =
 
= Quantum Rest Proxy Plugin =
This is a generic quantum plugin  that translates quantum function calls to authenticated REST request to a set of redundant external network controllers.
 
  
 
== Scope ==
 
== Scope ==
[Short overview and high level description of what the blueprint is trying to achieve.]
+
This is a generic quantum plugin  that translates quantum function calls to authenticated REST request to a set of redundant external network controllers.
  
 
== Use Cases ==
 
== Use Cases ==
[Short overview and high level description of what the blueprint is trying to achieve.]
+
Providing isolated virtual networks.  
  
 
== Implementation Overview ==
 
== Implementation Overview ==
Line 13: Line 12:
  
 
== Data Model Changes ==
 
== Data Model Changes ==
[Are you introducing new model classes, or extending existing ones?]
+
None, uses the base Quantum DB model.
  
 
== Configuration variables ==
 
== Configuration variables ==
Line 19: Line 18:
  
 
== API's ==
 
== API's ==
[List and explanation of the    new API's (if they exist)]
+
No new APIs/extensions.
  
 
== Plugin Interface ==
 
== Plugin Interface ==
[Does this feature introduce any change?]
+
Implements standard plugin interface.
  
 
== Required Plugin support ==
 
== Required Plugin support ==

Revision as of 03:23, 30 October 2012

Quantum Rest Proxy Plugin

Scope

This is a generic quantum plugin that translates quantum function calls to authenticated REST request to a set of redundant external network controllers.

Use Cases

Providing isolated virtual networks.

Implementation Overview

Provide an overview of the implementation and any algorithms that will be used

Data Model Changes

None, uses the base Quantum DB model.

Configuration variables

[List and explanation of the new configuration variables (if they exist)]

API's

No new APIs/extensions.

Plugin Interface

Implements standard plugin interface.

Required Plugin support

[What should the plugins do to support this new feature? (If applicable)]

Dependencies

[List of python packages and/or OpenStack components? (If applicable)]

CLI Requirements

[List of CLI requirements (If applicable)]

Horizon Requirements

[List of Horizon requirements (If applicable)]

Usage Example

[How to run/use/interface with the new feature. (If applicable)]

Test Cases

[Description of various test cases. (If applicable)]