[Yahoo-eng-team] [Bug 2045415] Re: ovn-octavia-provider lacks a sync script like Neutron

2023-12-01 Thread Michael Johnson
Marking the Octavia project as invalid. The OVN provider is a neutron project and not under the Octavia team. ** Changed in: octavia Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1990987] [NEW] keystone-manage segmentation fault on CentOS 9 Stream

2022-09-27 Thread Michael Johnson
Public bug reported: When running wallaby devstack on a fresh build of CentOS 9 Stream, keystone-manage causes a segmentation fault and stops the install. python3-3.9.13-3.el9.x86_64 commit a9e81626c5e9dac897759c5f66c7ae1b4efa3c6d (HEAD -> stable/wallaby, origin/stable/wallaby) Merge:

[Yahoo-eng-team] [Bug 1977524] Re: Wrong redirect after deleting zone from Zone Overview pane

2022-06-08 Thread Michael Johnson
** Also affects: designate-dashboard Importance: Undecided Status: New ** No longer affects: designate ** Changed in: designate-dashboard Status: New => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1977524] Re: Wrong redirect after deleting zone from Zone Overview pane

2022-06-03 Thread Michael Johnson
** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1977524 Title: Wrong redirect after deleting

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2022-05-03 Thread Michael Johnson
** Changed in: python-designateclient Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1259292 Title: Some tests use

[Yahoo-eng-team] [Bug 1970679] [NEW] neutron-tempest-plugin-designate-scenario cross project job is failing on OVN

2022-04-27 Thread Michael Johnson
Public bug reported: The cross-project neutron-tempest-plugin-designate-scenario job is failing during the Designate gate runs due to an OVN failure. + lib/neutron_plugins/ovn_agent:start_ovn:698 : wait_for_sock_file /var/run/openvswitch/ovnnb_db.sock +

[Yahoo-eng-team] [Bug 1902276] [NEW] libvirtd going into a tight loop causing instances to not transition to ACTIVE

2020-10-30 Thread Michael Johnson
Public bug reported: Description === This is current master branch (wallaby) of OpenStack. We seen this regularly, but it's intermittent. We are seeing nova instances that do not transition to ACTIVE inside five minutes. Investigating this led us to find that libvirtd seems to be going

[Yahoo-eng-team] [Bug 1894136] [NEW] [OVN Octavia Provider] OVN provider fails during listener delete

2020-09-03 Thread Michael Johnson
Public bug reported: The OVN provider is consistently failing during a listener delete as part of the member API tempest test tear down with a 'filedescriptor out of range in select()' error. o-api logs snippet: Sep 03 15:44:05.171297 ubuntu-bionic-inap-mtl01-0019624710

[Yahoo-eng-team] [Bug 1886116] [NEW] slaac no longer works on IPv6 tenant subnets

2020-07-02 Thread Michael Johnson
Public bug reported: Nova instances no longer get an IPv6 address using slaac on tenant subnets. Using a standard devstack install with "SERVICE_IP_VERSION="6"" added, master (Victoria). [ml2] tenant_network_types = vxlan extension_drivers = port_security mechanism_drivers =

[Yahoo-eng-team] [Bug 1871239] [NEW] ovn-octavia-provider is not using load balancing algorithm source-ip-port

2020-04-06 Thread Michael Johnson
Public bug reported: When using the ovn-octavia-provider, OVN is not honoring the SOURCE_IP_PORT pool load balancing algorithm. The ovn-octavia-provider only supports the SOURCE_IP_PORT load balancing algorithm. The following test was created for the SOURCE_IP_PORT algorithm in tempest:

[Yahoo-eng-team] [Bug 1870002] Re: The operating_status value of loadbalancer is abnormal

2020-04-01 Thread Michael Johnson
Octavia tracks bugs and RFEs in the new OpenStack Storyboard and not launchpad. https://storyboard.openstack.org/#!/project/openstack/octavia Please open your bug in Storyboard for the Octavia team. ** Changed in: neutron Status: New => Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1863190] [NEW] Server group anti-affinity no longer works

2020-02-13 Thread Michael Johnson
Public bug reported: Server group anti-affinity is no longer working, at least in the simple case. I am able to boot two VMs in an anti-affinity server group on a devstack that only has one compute instance. Previously this would fail and/or require soft-anti-affinity enabled. $ openstack host

[Yahoo-eng-team] [Bug 1853637] [NEW] Assign floating IP to port owned by another tenant is not override-able with RBAC policy

2019-11-22 Thread Michael Johnson
Public bug reported: In neutron/db/l3_db.py: def _internal_fip_assoc_data(self, context, fip, tenant_id): """Retrieve internal port data for floating IP. Retrieve information concerning the internal port where the floating IP should be associated to. """

[Yahoo-eng-team] [Bug 1831613] Re: Deletion of Lbaas-listener is successfull even when it is part of Lbaas pool

2019-06-05 Thread Michael Johnson
neutron-lbaas is not a neutron project. This patch has been moved to the neutron-lbaas storyboard in story: https://storyboard.openstack.org/#!/story/2005827 ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1822382] Re: DBDeadlock for INSERT INTO resourcedeltas

2019-03-29 Thread Michael Johnson
Looking at this deeper, it appears neutron did properly retry this DB action and the instance connection issue may be unrelated. Marking this invalid. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1822382] [NEW] DBDeadlock for INSERT INTO resourcedeltas

2019-03-29 Thread Michael Johnson
Public bug reported: Recently we started seeing instances fail to become reachable in the Octavia tempest jobs. This is intermittent, but recurring. This may be related to other DBDeadlock bugs recently reported for quotas, but since the SQL is different here I am reporting it. This is on

[Yahoo-eng-team] [Bug 1811455] [NEW] QoS plugin fails if network is not found

2019-01-11 Thread Michael Johnson
inherits qos-policy # from the network. if not qos_policy: net = network_object.Network.get_object( context.get_admin_context(), id=port_res['network_id']) if net.qos_policy_id: qos_policy = policy_object.QosPolicy.get_ne

[Yahoo-eng-team] [Bug 1780376] Re: Queens neutron broken with recent L3 removal from neutron-lib.constants

2018-07-13 Thread Michael Johnson
This issue only applies to master where qa/infra has removed zuul cloner and is now relying on requirements/upper-contraints. So from Boden's comments it sounds like this is a broken requirements /upper-constraint for neutron/neutron-lib. I will add the requirements team to the bug. ** Also

[Yahoo-eng-team] [Bug 1780376] [NEW] Queens neutron broken with recent L3 removal from neutron-lib.constants

2018-07-05 Thread Michael Johnson
Public bug reported: This patch: https://github.com/openstack/neutron- lib/commit/ec829f9384547864aebb56390da8e17df7051aac breaks neutron in the current global requirements setup. Current GR with the new versioning pulls queens neutron and the 1.17.0 neutron-lib. Since L3 was removed from

[Yahoo-eng-team] [Bug 1767028] Re: loadbalancer can't create with chinese character name

2018-04-30 Thread Michael Johnson
Marking invalid here to move the bug over to the neutron-lbaas storyboard. https://storyboard.openstack.org/#!/story/2001946 ** Changed in: neutron Status: New => Invalid ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2017-09-21 Thread Michael Johnson
Correct, our policy is in code and we don't use paste. Marking invalid. ** Changed in: octavia Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1718356

[Yahoo-eng-team] [Bug 1469498] Re: LbaasV2 session persistence- Create and update

2017-09-12 Thread Michael Johnson
** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1469498 Title: LbaasV2 session persistence- Create and update Status in

[Yahoo-eng-team] [Bug 1687366] Re: Radware LBaaS v2 driver should have config to skip SSL certificates verification

2017-09-12 Thread Michael Johnson
** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1687366 Title: Radware LBaaS v2 driver should have config to skip SSL

[Yahoo-eng-team] [Bug 1556342] Re: Able to create pool with different protocol than listener protocol

2017-09-12 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1556342 Title: Able to create pool with different protocol than listener protocol Status in

[Yahoo-eng-team] [Bug 1653086] Re: Hit internal server error in lb creation with no subnets network

2017-09-12 Thread Michael Johnson
Neutron-lbaas is no longer a neutron project, so removing neutron from the affected project. ** No longer affects: 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/1653086 Title:

[Yahoo-eng-team] [Bug 1667259] Re: one more pool is created for a loadbalancer

2017-09-12 Thread Michael Johnson
As noted above, this was fixed in ocata. Also, this didn't get updated as LBaaS is no longer part of neutron and bugs are now tracked in the Octavia storyboard. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1495430] Re: delete lbaasv2 can't delete lbaas namespace automatically.

2017-09-12 Thread Michael Johnson
** No longer affects: 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/1495430 Title: delete lbaasv2 can't delete lbaas namespace automatically. Status in Ubuntu Cloud Archive:

[Yahoo-eng-team] [Bug 1711068] Re: lbaas listener update does not work when specifying listener name

2017-09-12 Thread Michael Johnson
LBaaS is no longer part of neutron. LBaaS bugs should be submitted to the Octavia project on Storyboard. Mitaka is now EOL and the neutron client is deprecated. If the issue still existing in Newton or a non-EOL release of neutron client, please re-open this bug against python-neutronclient.

[Yahoo-eng-team] [Bug 1699613] Re: LBaaS v2 agent security groups not filtering

2017-09-12 Thread Michael Johnson
LBaaS is no longer part of neutron and future bugs should be reported in the Octavia project in Storyboard. Mitaka is now EOL so this bug will be closed out. If it is still occurring in a non-EOL release, please re-open this bug in Storyboard under the neutron-lbaas project under Octavia. **

[Yahoo-eng-team] [Bug 1713424] Re: [RFE] Support proxy protocol enablement in Neutron LBaaS API

2017-09-12 Thread Michael Johnson
LBaaS is no longer part of neutron. LBaaS issues should be reported in storyboard under the Octavia project. That said, this is available in Octavia. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1711215] [NEW] Default neutron-ns-metadata-proxy threads setting is too low (newton)

2017-08-16 Thread Michael Johnson
Public bug reported: In the older neutron-ns-metadata-proxy, in the newton release, the number of threads is fixed at 100. This is a drop from the previous default setting of 1000 as a side effect of changing the number of wsgi threads [1]. This is causing failures at sites with a large number

[Yahoo-eng-team] [Bug 1673754] Re: LBaaSv2: Cannot delete loadbalancer in PENDING_CREATE

2017-03-17 Thread Michael Johnson
** No longer affects: 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/1673754 Title: LBaaSv2: Cannot delete loadbalancer in PENDING_CREATE Status in octavia: New Bug

[Yahoo-eng-team] [Bug 1608980] Re: Remove MANIFEST.in as it is not explicitly needed by PBR

2017-03-13 Thread Michael Johnson
** Changed in: neutron-lbaas-dashboard Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1608980 Title: Remove MANIFEST.in as it is not explicitly

[Yahoo-eng-team] [Bug 1603458] Re: Cannot Delete loadbalancers due to undeleteable pools

2017-03-13 Thread Michael Johnson
Marking this invalid as you can delete a pool via horizon. Did you remember to delete the health monitor first? I agree that in the future we could enable the cascade delete feature in horizon with a warning, but that would be an RFE and not the bug as reported. Closing this as invalid as you

[Yahoo-eng-team] [Bug 1672345] Re: Loadbalancer V2 ports are not serviced by DVR

2017-03-13 Thread Michael Johnson
This is a neutron DVR bug and not an LBaaS/Octavia bug. It may be a duplicate of existing DVR bugs. ** Project changed: octavia => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1661303] [NEW] neutron-ns-metadata-proxy process failing under python3.5

2017-02-02 Thread Michael Johnson
Public bug reported: When running under python 3.5, we are seeing the neutron-ns-metadata- proxy fail repeatedly on Ocata RC1 master. This is causing instances to fail to boot under a python3.5 devstack. A gate example is here:

[Yahoo-eng-team] [Bug 1661086] [NEW] Failed to plug VIF VIFBridge

2017-02-01 Thread Michael Johnson
Public bug reported: I did a fresh restack/reclone this morning and can no longer boot up a cirros instance. Nova client returns: | fault| {"message": "Failure running os_vif plugin plug method: Failed to plug VIF

[Yahoo-eng-team] [Bug 1654887] Re: Upgrade to 3.6.0 causes AttributeError: 'SecurityGroup' object has no attribute 'keys'

2017-01-08 Thread Michael Johnson
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1654887 Title: Upgrade to 3.6.0 causes AttributeError:

[Yahoo-eng-team] [Bug 1626093] Re: LBaaSV2: listener deletion causes LB port to be Detached "forever"

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Low ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1626093 Title: LBaaSV2: listener deletion

[Yahoo-eng-team] [Bug 1602974] Re: [stable/liberty] LBaaS v2 haproxy: need a way to find status of listener

2016-12-05 Thread Michael Johnson
Is this a duplicate to https://bugs.launchpad.net/octavia/+bug/1632054 ? ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1602974 Title:

[Yahoo-eng-team] [Bug 1464241] Re: Lbaasv2 command logs not seen

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => High ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1464241 Title: Lbaasv2 command logs not

[Yahoo-eng-team] [Bug 1622946] Re: lbaas with haproxy backend creates the lbaas namespace without the members' subnet

2016-12-05 Thread Michael Johnson
Can you provide your lbaas agent logs? ** Changed in: neutron Importance: Undecided => High ** Project changed: neutron => octavia ** Changed in: octavia Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1624097] Re: Neutron LBaaS CLI quota show includes l7policy and doesn't include member

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Medium ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1624097 Title: Neutron LBaaS CLI quota

[Yahoo-eng-team] [Bug 1632054] Re: Heat engine doesn't detect lbaas listener failures

2016-12-05 Thread Michael Johnson
The neutron project with lbaas tag was for neutron-lbaas, but now that we have merged the projects, I am removing neutron as it is all under octavia project now. ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1585250] Re: Statuses not shown for non-"loadbalancer" LBaaS objects on CLI

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Medium ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1585250 Title: Statuses not shown for

[Yahoo-eng-team] [Bug 1618559] Re: LBaaS v2 healthmonitor wrong status detection

2016-12-05 Thread Michael Johnson
Are you still having this issue? I cannot reproduce it on my devstack. If you can reproduce this, can you provide the commands you used to setup the load balancer (all of the steps), the output of neutron net- list, the output of neutron subnet-list, and the output of "sudo ip netns"? **

[Yahoo-eng-team] [Bug 1627393] Re: Neuton-LBaaS and Octavia out of synch if TLS container secret ACLs not set up correctly

2016-12-05 Thread Michael Johnson
** No longer affects: 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/1627393 Title: Neuton-LBaaS and Octavia out of synch if TLS container secret ACLs not set up correctly

[Yahoo-eng-team] [Bug 1624145] Re: Octavia should ignore project_id on API create commands (except load_balancer)

2016-12-05 Thread Michael Johnson
** No longer affects: 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/1624145 Title: Octavia should ignore project_id on API create commands (except load_balancer) Status in

[Yahoo-eng-team] [Bug 1596162] Re: lbaasv2:Member can be created with the same ip as vip in loadbalancer

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Low ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1596162 Title: lbaasv2:Member can be

[Yahoo-eng-team] [Bug 1583955] Re: provisioning_status of loadbalancer is always PENDING_UPDATE when following these steps

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Medium ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1583955 Title: provisioning_status of

[Yahoo-eng-team] [Bug 1584209] Re: Neutron-LBaaS v2: PortID should be returned with Loadbalancer resource (API)

2016-12-05 Thread Michael Johnson
** Changed in: neutron Status: In Progress => Incomplete ** Changed in: neutron Importance: Undecided => Wishlist ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1551282] Re: devstack launches extra instance of lbaas agent

2016-12-05 Thread Michael Johnson
This was finished here: https://review.openstack.org/#/c/358255/ ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1551282

[Yahoo-eng-team] [Bug 1552119] Re: NSxv LBaaS stats error

2016-12-05 Thread Michael Johnson
** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1552119 Title: NSxv LBaaS stats error Status in neutron: Fix

[Yahoo-eng-team] [Bug 1468457] Re: Invalid Tempest tests cause A10 CI to fail

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Medium ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1468457 Title: Invalid Tempest tests

[Yahoo-eng-team] [Bug 1464229] Re: LbaasV2 Health monitor status

2016-12-05 Thread Michael Johnson
Currently you can view the health status by using the load balancer status API/command. neutron lbaas-loadbalancer-status lb1 I am setting this to wishlist as I think there is a valid point that the show commands should include the operating status. ** Changed in: neutron Importance:

[Yahoo-eng-team] [Bug 1495430] Re: delete lbaasv2 can't delete lbaas namespace automatically.

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => High ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1495430 Title: delete lbaasv2 can't delete

[Yahoo-eng-team] [Bug 1498130] Re: LBaaSv2: Can't delete the Load balancer and also dependant entities if the load balancer provisioning_status is in PENDING_UPDATE

2016-12-05 Thread Michael Johnson
Marking this as invalid as it is as designed to not allow actions on load balancers in PENDING_* states. PENDING_* means an action against that load balancer (DELETE or UPDATE) is already in progress. As for load balancers getting stuck in a PENDING_* state, many bugs have been cleaned up for

[Yahoo-eng-team] [Bug 1440285] Re: When neutron lbaas agent is not running, 'neutron lb*’ commands must display an error instead of "404 Not Found"

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Low ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1440285 Title: When neutron lbaas agent is

[Yahoo-eng-team] [Bug 1426248] Re: lbaas v2 member create should not require subnet_id

2016-12-05 Thread Michael Johnson
** Changed in: neutron Importance: Undecided => Wishlist ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1426248 Title: lbaas v2 member create

[Yahoo-eng-team] [Bug 1603458] Re: Cannot Delete loadbalancers due to undeleteable pools

2016-12-05 Thread Michael Johnson
I agree with Brandon here, this is an lbaas-dashboard issue, so marking the neutron side invalid. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1607061] Re: [RFE] Bulk LBaaS pool member operations

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1607061 Title: [RFE] Bulk LBaaS pool member operations Status in octavia: Triaged Bug

[Yahoo-eng-team] [Bug 1607052] Re: [RFE] Per-server port for LBaaS Health Monitoring

2016-12-05 Thread Michael Johnson
Is this a duplicate to https://bugs.launchpad.net/octavia/+bug/1541579? ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1607052 Title: [RFE]

[Yahoo-eng-team] [Bug 1611509] Re: lbaasv2 doesn't support "https" keystone endpoint

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1611509 Title: lbaasv2 doesn't support "https" keystone endpoint Status in octavia: Confirmed

[Yahoo-eng-team] [Bug 1629066] Re: RFE Optionally bind load balancer instance to multiple IPs to increase available (source IP, source port) space to support > 64k connections to a single backend

2016-12-05 Thread Michael Johnson
** No longer affects: 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/1629066 Title: RFE Optionally bind load balancer instance to multiple IPs to increase available (source

[Yahoo-eng-team] [Bug 1585680] Re: neutron-lbaas doesn't have tempest plugin

2016-12-05 Thread Michael Johnson
This was fixed in: https://review.openstack.org/#/c/317862/ ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1585680

[Yahoo-eng-team] [Bug 1585890] Re: No check that member address whether is in the member subnet

2016-12-05 Thread Michael Johnson
This could be a valid use case where the address is accessible via a route on the specified subnet. ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1595416] Re: Add new config attribute to Radware driver

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1595416 Title: Add new config attribute to Radware driver Status in octavia: In Progress Bug

[Yahoo-eng-team] [Bug 1539717] Re: [RFE] Add F5 plugin driver to neutron-lbaas

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1539717 Title: [RFE] Add F5 plugin driver to neutron-lbaas Status in octavia: Incomplete Bug

[Yahoo-eng-team] [Bug 1537169] Re: LBaaS should populate DNS Name on creating LoadBalancer

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1537169 Title: LBaaS should populate DNS Name on creating LoadBalancer Status in octavia: In

[Yahoo-eng-team] [Bug 1523219] Re: [RFE] Add support X-Forwarded-For header in LBaaSv2

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1523219 Title: [RFE] Add support X-Forwarded-For header in LBaaSv2 Status in octavia: In

[Yahoo-eng-team] [Bug 1541579] Re: [RFE] Port based HealthMonitor in neutron_lbaas

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1541579 Title: [RFE] Port based HealthMonitor in neutron_lbaas Status in octavia: Triaged Bug

[Yahoo-eng-team] [Bug 1565511] Re: Loadbalancers should be rescheduled when a LBaaS agent goes offline

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1565511 Title: Loadbalancers should be rescheduled when a LBaaS agent goes offline Status in

[Yahoo-eng-team] [Bug 1585266] Re: [RFE] Can't specify an error type on LBaaS objects that fail to provision

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1585266 Title: [RFE] Can't specify an error type on LBaaS objects that fail to provision Status

[Yahoo-eng-team] [Bug 1457556] Re: [RFE] [LBaaS] ssh connection timeout

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1457556 Title: [RFE] [LBaaS] ssh connection timeout Status in octavia: In Progress Status in

[Yahoo-eng-team] [Bug 1581876] Re: neutron lbaas v2: update of default "device_driver" inside lbaas_agent.ini

2016-12-05 Thread Michael Johnson
This is correct in the code: https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/agent/agent_manager.py#L38-L45 Marking invalid for neutron ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1643571] Re: lbaas data model is too recursive

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1643571 Title: lbaas data model is too recursive Status in octavia: New Bug description: this

[Yahoo-eng-team] [Bug 1609352] Re: LBaaS: API doesn't return correctly

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1609352 Title: LBaaS: API doesn't return correctly Status in octavia: In Progress Bug

[Yahoo-eng-team] [Bug 1586225] Re: No check that healthmonitor delay should >= timeout

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1586225 Title: No check that healthmonitor delay should >= timeout Status in octavia: New Bug

[Yahoo-eng-team] [Bug 1622793] Re: LBaaS back-end pool connection limit is 10% of listener connection limit for reference and namespace drivers

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1622793 Title: LBaaS back-end pool connection limit is 10% of listener connection limit for

[Yahoo-eng-team] [Bug 1640265] Re: LBaaSv2 uses fixed MTU of 1500, leading to packet dropping

2016-12-05 Thread Michael Johnson
New patch is here: https://review.openstack.org/#/c/399945/ ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1640265 Title: LBaaSv2 uses fixed MTU

[Yahoo-eng-team] [Bug 1565801] Re: Add process monitor for haproxy

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1565801 Title: Add process monitor for haproxy Status in octavia: In Progress Bug description:

[Yahoo-eng-team] [Bug 1569827] Re: LBaaS agent floods log when stats socket is not found

2016-12-05 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1569827 Title: LBaaS agent floods log when stats socket is not found Status in octavia: In

[Yahoo-eng-team] [Bug 1556530] Re: neutron-lbaas needs a scenario test covering status query when health monitor is admin-state-up=False

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1556530 Title: neutron-lbaas needs a scenario test covering status query when health monitor is

[Yahoo-eng-team] [Bug 1295424] Re: lbaas security group

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1295424 Title: lbaas security group Status in octavia: Incomplete Bug description: There

[Yahoo-eng-team] [Bug 1540565] Re: lbaas v2 dashboard uses unclear "Admin State Up" terminology

2016-12-01 Thread Michael Johnson
** Project changed: neutron => neutron-lbaas-dashboard -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1540565 Title: lbaas v2 dashboard uses unclear "Admin State Up" terminology Status

[Yahoo-eng-team] [Bug 1640882] Re: Lbaasv2 cookie sessions not working as haproxy( which is backend for lbaas) no longer supports appsession

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1640882 Title: Lbaasv2 cookie sessions not working as haproxy( which is backend for lbaas) no

[Yahoo-eng-team] [Bug 1643829] Re: [neutron-lbaas] Migration contains innodb specific code

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1643829 Title: [neutron-lbaas] Migration contains innodb specific code Status in octavia: In

[Yahoo-eng-team] [Bug 1541802] Re: lbaasv2 namespace missing host routes from VIP subnet

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1541802 Title: lbaasv2 namespace missing host routes from VIP subnet Status in octavia:

[Yahoo-eng-team] [Bug 1554601] Re: able to update health monitor attributes which is attached to pool in lbaas

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia ** Tags removed: lbaas ** Tags added: lbaasv1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1554601 Title: able to update health monitor

[Yahoo-eng-team] [Bug 1554960] Re: able to attached one health monitor to two different pool in lbaas neutron

2016-12-01 Thread Michael Johnson
** Tags removed: lbaas ** Tags added: lbaasv1 ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1554960 Title: able to attached one health monitor

[Yahoo-eng-team] [Bug 1544729] Re: No grenade coverage for neutron-lbaas/octavia

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1544729 Title: No grenade coverage for neutron-lbaas/octavia Status in octavia: Confirmed Bug

[Yahoo-eng-team] [Bug 1624165] Re: LBaaS-enabled devstack fails with deprecated error when fatal_deprecations is set to True

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1624165 Title: LBaaS-enabled devstack fails with deprecated error when fatal_deprecations is set

[Yahoo-eng-team] [Bug 1516862] Re: LB_NFV KiloV1 :the default session limit is 2000 rather than unlimit

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1516862 Title: LB_NFV KiloV1 :the default session limit is 2000 rather than unlimit Status in

[Yahoo-eng-team] [Bug 1632054] Re: Heat engine doesn't detect lbaas listener failures

2016-12-01 Thread Michael Johnson
The work in Octavia is complete for adding provisioning status to all of the objects. We just need to make sure that is available via the APISs and clients. Provisioning status work was done here: https://review.openstack.org/#/c/372791/ ** Project changed: neutron => octavia -- You received

[Yahoo-eng-team] [Bug 1571909] Re: Neutron-LBaaS v2: Deleting pool that has members changes state of other load balancers

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1571909 Title: Neutron-LBaaS v2: Deleting pool that has members changes state of other load

[Yahoo-eng-team] [Bug 1592612] Re: LBaaS TLS is not working with non-admin tenant

2016-12-01 Thread Michael Johnson
To my knowledge we can grant ACL access to just the container the user is requesting we use for the listener creation, so we would not be granting the LBaaS service account access to all of the user's secrets, but just the ones that user is requesting we use for the listener. Is that a

[Yahoo-eng-team] [Bug 1439696] Re: Referencing a lb-healthmonitor ID for the first time from Heat would fail

2016-12-01 Thread Michael Johnson
Can we confirm this is an issue with LBaaSv2 and it is still occurring? If so, what OpenStack release is being used? ** Project changed: neutron => octavia ** Changed in: octavia Milestone: ocata-2 => None ** Changed in: octavia Status: Confirmed => Incomplete -- You received this

[Yahoo-eng-team] [Bug 1498476] Re: LBaas-LB performance just have 1 G low performance than LB bypass have 4G

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498476 Title: LBaas-LB performance just have 1 G low performance than LB bypass have 4G

[Yahoo-eng-team] [Bug 1498359] Re: lbaas:after create 375 LB pool , the new lb -pool and vip get in error status

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498359 Title: lbaas:after create 375 LB pool , the new lb -pool and vip get in error status

[Yahoo-eng-team] [Bug 1635449] Re: Too many pools created from heat template when both listeners and pools depend on a item

2016-12-01 Thread Michael Johnson
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1635449 Title: Too many pools created from heat template when both listeners and pools depend on

  1   2   >