[Yahoo-eng-team] [Bug 1753507] [NEW] FWaaS V2: Upgrade Pike->Queen causes error

2018-03-05 Thread German Eichberger
Public bug reported: >From our chat: Jon Davis Hello - I just upgraded to Queens and fwaas_v2 is throwing error: http://paste.openstack.org/raw/68/ 6:46 PM J Jon Davis Everything was working fine in Pike 6:46 PM for attr, position in ATTR_POSITIONS[protocol]: KeyError: 'unknown' 6:47 PM

[Yahoo-eng-team] [Bug 1716789] [NEW] Security Group empty protocol defaults to TCP

2017-09-12 Thread German Eichberger
Public bug reported: When leaving the protocol field blank for security group it defaults to TCP. In previous versions (e.g. Liberty) this allowed *any* protocol by leaving it blank. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1716790] [NEW] Security Group specifying protocol 0 results in Error 400

2017-09-12 Thread German Eichberger
Public bug reported: Per the documentation protocol 0 should be allowed (not sure what it does? Accept any protocol? Test?). However it results in a 400 error. Neutron should accept 0. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1716045] [NEW] Security Groups don't support protocol 4 (ip-in-ip) and returns 500

2017-09-08 Thread German Eichberger
Public bug reported: When trying to create a security group with protocol 4 Neutron returns 500: stack@octavia:~/devstack$ openstack security group rule create --protocol 4 b30911a1-558c-41fe-89fd-915c0da030cf Error while executing command: Internal Server Error (HTTP 500) (Request-ID:

[Yahoo-eng-team] [Bug 1549989] [NEW] LBaaS V2 listener delete leaves SNI container behind

2016-02-25 Thread German Eichberger
Public bug reported: Looking att the database code when a listener is created with SNI support the respective entry is added to the SNI table but when the listener is deleted the SNI entry is left behind. There is no special delete call for SNI so listener should clean that up. ** Affects:

[Yahoo-eng-team] [Bug 1521783] [NEW] RfE: Cascading delete for LBaaS Objects

2015-12-01 Thread German Eichberger
Public bug reported: The LBaaS-Horizon Dashboard people requested a cascading delete in the LBaaS V2 REST API. So that if say you use an additional parameter (let's call it force=True) by deleting a load balancer it will also delete listeners, pools, and members. The same should be true for

[Yahoo-eng-team] [Bug 1507723] Re: Octavia Barbican cert manager broken

2015-10-20 Thread German Eichberger
** Project changed: neutron => octavia ** Changed in: octavia 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/1507723

[Yahoo-eng-team] [Bug 1507723] [NEW] Octavia Barbican cert manager broken

2015-10-19 Thread German Eichberger
Public bug reported: Followed instruction on https://wiki.openstack.org/wiki/Network/LBaaS/docs/how-to-create-tls- loadbalancer#Create_TLS_enabled_load_balancer: to create a TLS listener. After setting the undocumented cert_manager option to barbican I get the following error: 015-10-14

[Yahoo-eng-team] [Bug 1475717] [NEW] Security Rules should support VRRP protocol

2015-07-17 Thread German Eichberger
Public bug reported: We are following http://blog.aaronorosen.com/implementing-high- availability-instances-with-neutron-using-vrrp/ to set up two service vms as an active-standby pair using VRRP for the Octavia project. While doing so we noticed that all VRRP packets were blocked and the

[Yahoo-eng-team] [Bug 1454772] [NEW] VPNaaS: tox -ecover fails

2015-05-13 Thread German Eichberger
Public bug reported: error: option --coverage-package-name not recognized ERROR: InvocationError: '/tmp/neutron-vpnaas/.tox/cover/bin/python setup.py testr --coverage --coverage-package-name=neutron_vpnaas --testr-args=' __ summary

[Yahoo-eng-team] [Bug 1400941] [NEW] [LBaaS V2] Report information on session_persistence on GET calls for /pools/id not working

2014-12-09 Thread German Eichberger
| | status | DEFERRED | | tenant_id| b952fe0f90a24ddba97f5872fa0f42e8 | +--+--+ ** Affects: neutron Importance: Undecided Assignee: German Eichberger

[Yahoo-eng-team] [Bug 1399749] [NEW] [LBaaS V2] A delete operation on healthmonitor throws HTTP 500 Internal Server Error

2014-12-05 Thread German Eichberger
Public bug reported: I attempted to delete a healthmonitor object using the CLI and the call failed with an HTTP 500.Subsequently I deleted the pool and the loadbalancer objects before successfully being able to delete the healthmonitor. Not sure if there is a dependency ,but the way to handle