Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/SSL"

< Neutron‎ | LBaaS
(Resources change)
(Resources change)
Line 14: Line 14:
 
LBaaS extension's resource attributes map should be extended with new parameters:
 
LBaaS extension's resource attributes map should be extended with new parameters:
  
FrontEndTermination
+
FrontEndTermination
[Y/N] default=N, NOT mandatory, visible
+
  [Y/N] default=N, NOT mandatory, visible
FrontEndProtocols
+
FrontEndProtocols
SSL3, TLS1.1, TLS1.0 ?
+
  SSL3, TLS1.1, TLS1.0 ?
FrontEndCipherType:
+
FrontEndCipherType:
 
    
 
    
BackEndTermination
+
BackEndTermination
[Y/N] default=N, NOT mandatory, visible
+
  [Y/N] default=N, NOT mandatory, visible
BackEndProtocols
+
BackEndProtocols
SSL3, TLS1.1, TLS1.0 ?
+
  SSL3, TLS1.1, TLS1.0 ?
BackEndCipherType:
+
BackEndCipherType:
  
 
=== Data model change ===
 
=== Data model change ===

Revision as of 12:50, 18 November 2013

Description

This comes to describe the functional aspect of OpenStack Neutron SSL support for LBaaS.

Rationale

Giving user the ability to use SSL on LBaaS User should be able to apply SSL certificates on LBaaS and configure SSL on vip, front-end and back-end.

API change

No API change

Resources change

LBaaS extension's resource attributes map should be extended with new parameters:

FrontEndTermination
  [Y/N] default=N, NOT mandatory, visible
FrontEndProtocols
  SSL3, TLS1.1, TLS1.0 ?
FrontEndCipherType:
 
BackEndTermination
  [Y/N] default=N, NOT mandatory, visible
BackEndProtocols
  SSL3, TLS1.1, TLS1.0 ?
BackEndCipherType:

Data model change

DB Migration

Implementation Plan