[Yahoo-eng-team] [Bug 1533877] [NEW] lbaas:encode cert data for processing

2016-01-13 Thread Phillip Toohill
Public bug reported:

Cryptography requires the cert data to be encoded for processing.

** Affects: neutron
 Importance: Undecided
 Status: New


** Tags: lbaas

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

Title:
  lbaas:encode cert data for processing

Status in neutron:
  New

Bug description:
  Cryptography requires the cert data to be encoded for processing.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1532344] [NEW] lbaas:Remove OpenSSL from cert_parser

2016-01-08 Thread Phillip Toohill
Public bug reported:

Utilize cryptography package instead of OpenSSL in the cert_parser

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: In Progress


** Tags: lbaas

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

Title:
  lbaas:Remove OpenSSL from cert_parser

Status in neutron:
  In Progress

Bug description:
  Utilize cryptography package instead of OpenSSL in the cert_parser

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1531640] [NEW] lbaas:Service authentication from Octavia driver

2016-01-06 Thread Phillip Toohill
Public bug reported:

Some implementations of Octavia may require authenticated access to the
API. For this, pass the service admin auth token as a header along with
the request. For those implementations that do not require it, it can
simply be ignored.

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: In Progress


** Tags: lbaas

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

Title:
  lbaas:Service authentication from Octavia driver

Status in neutron:
  In Progress

Bug description:
  Some implementations of Octavia may require authenticated access to
  the API. For this, pass the service admin auth token as a header along
  with the request. For those implementations that do not require it, it
  can simply be ignored.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1505354] [NEW] oslo.db dependency changes breaks testing in neutron-lbaas

2015-10-12 Thread Phillip Toohill
Public bug reported:

oslo.db updates removes testresources from their requirements. We must
now import this ourselves.

https://bugs.launchpad.net/nova/+bug/1503501

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: In Progress


** Tags: lbaas

** Project changed: octavia => neutron

** Summary changed:

- oslo.db dependency changes breaks testing
+ oslo.db dependency changes breaks testing in neutron-lbaas

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

Title:
  oslo.db dependency changes breaks testing in neutron-lbaas

Status in neutron:
  In Progress

Bug description:
  oslo.db updates removes testresources from their requirements. We must
  now import this ourselves.

  https://bugs.launchpad.net/nova/+bug/1503501

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1501505] [NEW] Allow updating of TLS refs

2015-09-30 Thread Phillip Toohill
Public bug reported:

A bug prevented updating of default_tls_container_ref and failing
with a 503
This bug uncovered a few other issues with null key checks
and complaints if sni_container_refs were not provided.

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: In Progress


** Tags: lbaas liberty-rc-potential

** Project changed: octavia => neutron

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

Title:
  Allow updating of TLS refs

Status in neutron:
  In Progress

Bug description:
  A bug prevented updating of default_tls_container_ref and failing
  with a 503
  This bug uncovered a few other issues with null key checks
  and complaints if sni_container_refs were not provided.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439770] [NEW] Invalid validation for intermediates

2015-04-02 Thread Phillip Toohill
Public bug reported:

The cert_parser is attempting to validate intermediates against the
users private key. It only need to validate that the intermediates are
readable and the users certificate/key match.

** Affects: neutron
 Importance: Undecided
 Status: New


** Tags: lbaas neutron neutron-lbaas

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

Title:
  Invalid validation for intermediates

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The cert_parser is attempting to validate intermediates against the
  users private key. It only need to validate that the intermediates are
  readable and the users certificate/key match.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439010] [NEW] Encrypted key is not properly handled

2015-04-01 Thread Phillip Toohill
Public bug reported:

Haproxy cannot load an encrypted private key. There should be a
mechanism to strip the key with the provided passphrase and this un-
encrypted key should be loaded.

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: New


** Tags: haproxy lbaas neutron-lbaas

** Changed in: neutron
 Assignee: (unassigned) = Phillip Toohill (phillip-toohill)

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

Title:
  Encrypted key is not properly handled

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Haproxy cannot load an encrypted private key. There should be a
  mechanism to strip the key with the provided passphrase and this un-
  encrypted key should be loaded.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1438568] [NEW] crypto expects encoded passphrase

2015-03-31 Thread Phillip Toohill
Public bug reported:

When attempting to validate TLS private key and passphrase the
application raises an exception, 'String expected', due to the
passphrase being unicode.

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: In Progress


** Tags: neutron-lbaas

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

Title:
  crypto expects encoded passphrase

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  When attempting to validate TLS private key and passphrase the
  application raises an exception, 'String expected', due to the
  passphrase being unicode.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1427396] [NEW] lbaasv2 pool list not returning all data

2015-03-02 Thread Phillip Toohill
Public bug reported:

Each pool returned by the API on a request to list pools should include
all relevant data, such as, session persistence and listeners.

** Affects: neutron
 Importance: Undecided
 Assignee: Phillip Toohill (phillip-toohill)
 Status: New


** Tags: lbaas

** Changed in: neutron
 Assignee: (unassigned) = Phillip Toohill (phillip-toohill)

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

Title:
  lbaasv2 pool list not returning all data

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Each pool returned by the API on a request to list pools should
  include all relevant data, such as, session persistence and listeners.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp