[Yahoo-eng-team] [Bug 2063321] [NEW] CADF initiator name / username field is inconsistent

2024-04-24 Thread Jake Yip
Public bug reported: The CADF notification generated by keystone and keystone middleware is inconsistent. Specifically, the field for initiator's username is `initiator.username` in keystone, and `initiator.name` in keystonemiddleware. It would be good for both keystone and keystonemiddleware to

[Yahoo-eng-team] [Bug 1964339] [NEW] [OVN Octavia Provider] OVN provider tests using too old version of OVN

2022-03-09 Thread Jake Yip
Public bug reported: While trying to test out ovn-octavia-provider in devstack, I copied the functional testing vars, e.g. OVN_BRANCH: v20.06.0 OVS_BRANCH: v2.13.0 However, in devstack the octavia-driver-agent keeps crashing with a trace like this ERROR octavia.cmd.driver_agent Traceback

[Yahoo-eng-team] [Bug 1903835] [NEW] linuxbridge-agent ERRORS with pyroute2.netlink.exceptions.NetlinkError if ipv6 link local address exist

2020-11-11 Thread Jake Yip
Public bug reported: Hi all. We are running neutron train. After a minor version upgrade recently, linuxbridge-agent started throwing errors like this: 2020-11-11 21:13:50.524 6088 ERROR neutron.plugins.ml2.drivers.agent._common_agent [req-947d5add-cdd0-437d-a2eb-1c17d2556cd3 - - - - -] Error

[Yahoo-eng-team] [Bug 1869129] [NEW] neutron accepts CIDR in security groups that are invalid in ovn

2020-03-26 Thread Jake Yip
Public bug reported: We have found that there are some CIDR accepted by neutron, which does not work in networking ovn. Specifically, these are network CIDRs with the host bits set. Steps to reproduce - Create VM. Attach a floating IP to it - Remove all security group. Attach a blank security

[Yahoo-eng-team] [Bug 1751188] Re: neutron mtu setting in database for provider networks

2018-02-23 Thread Jake Yip
Hi Slawek, Thanks for the pointer! Had a brief look at master code and it seems to do what we want. Unfortunately we are at Newton, but I'm glad that it's fixed! ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1537626] Re: `glance location-update` deletes locations and backend images

2018-02-22 Thread Jake Yip
** Changed in: glance/liberty Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1537626 Title: `glance location-update` deletes locations and backend images

[Yahoo-eng-team] [Bug 1751192] [NEW] nova-manage archive_deleted_rows date limit

2018-02-22 Thread Jake Yip
Public bug reported: Description === Currently we have a large number of rows in our nova databases, which will greatly benefit from `nova-manage archive_deleted_rows` (thanks!). What we would like to do is to archive all deleted records before a certain time (say >1 year ago). This will

[Yahoo-eng-team] [Bug 1751188] [NEW] neutron mtu setting in database for provider networks

2018-02-22 Thread Jake Yip
Public bug reported: In our environment we have multiple sites, each with their own flat provider networks. We also have a centralised neutron-server, but each site runs their neutron-dhcp-agent service. I've been looking to upgrade some networks to MTU 9000, keeping others as is. What I want to

[Yahoo-eng-team] [Bug 1686255] [NEW] glance member-create throws 403 but creates member anyway

2017-04-25 Thread Jake Yip
Public bug reported: Hi, Trying to share my image on a glance mitaka box, it throws a 403 error but still creates the member anyway. $ glance member-list --image-id 07c02208-4524-438e-9d9c-fa3898cdb4a1 +--+---++ | Image ID | Member ID

[Yahoo-eng-team] [Bug 1528453] Re: Provide a ranking mechanism for glance-api to order locations

2017-02-06 Thread Jake Yip
** Changed in: glance Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1528453 Title: Provide a ranking mechanism for glance-api to order locations

[Yahoo-eng-team] [Bug 1528453] [NEW] Provide a ranking mechanism for glance-api to order locations

2015-12-21 Thread Jake Yip
Public bug reported: We have a setup consisting of multiple cells with their own glance-api servers. We have a global swift store that holds all the images, and we are exploring having local stores to increase efficiency. This can be done using image-locations in glance. (Thanks!) However,