← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1514473] [NEW] LBaaS v2 TLS configuration bugs

 

Public bug reported:

LBaaS v2 plugin at services/loadbalancer/plugin.py/LoadBalancerPluginv2 fails when trying to create listener with SSL offloading.
Local certificate manager is used.

There are 2 issues:

1. service_auth configuration which is used in _get_service_url function is not registered when local cert manager is used. Trying to read it causes error.
service_auth should be retrieved fir barbican cert manager only

2. In case when certificate is invalid, delete_cert function is called. resource_ref parameter is not passed as a kwargs, call fails.
Need to fix with "resource_ref=<value>"

** Affects: neutron
     Importance: Undecided
     Assignee: Evgeny Fedoruk (evgenyf)
         Status: New


** Tags: lbaas

** Changed in: neutron
     Assignee: (unassigned) => Evgeny Fedoruk (evgenyf)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1514473

Title:
  LBaaS v2 TLS configuration bugs

Status in neutron:
  New

Bug description:
  LBaaS v2 plugin at services/loadbalancer/plugin.py/LoadBalancerPluginv2 fails when trying to create listener with SSL offloading.
  Local certificate manager is used.

  There are 2 issues:

  1. service_auth configuration which is used in _get_service_url function is not registered when local cert manager is used. Trying to read it causes error.
  service_auth should be retrieved fir barbican cert manager only

  2. In case when certificate is invalid, delete_cert function is called. resource_ref parameter is not passed as a kwargs, call fails.
  Need to fix with "resource_ref=<value>"

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1514473/+subscriptions


Follow ups