[Yahoo-eng-team] [Bug 2049398] Re: [Tempest] neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net "Created Ne

2024-03-26 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2049398 Ti

[Yahoo-eng-team] [Bug 2057698] Re: Concurrent routerroute update fails on deletion with AttributeError

2024-03-26 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/912629 Committed: https://opendev.org/openstack/neutron/commit/27b2f22df10e6e41c6fc4e1ce7f839aeb3dc3e13 Submitter: "Zuul (22348)" Branch:master commit 27b2f22df10e6e41c6fc4e1ce7f839aeb3dc3e13 Author: Sebastian Lohff Date: Tue Mar

[Yahoo-eng-team] [Bug 2059032] Re: Neutron metadata service returns http code 500 if nova metadata service is down

2024-03-26 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/914154 Committed: https://opendev.org/openstack/neutron/commit/6395b4fe8ed99855853587fa93cb59fd2691aed5 Submitter: "Zuul (22348)" Branch:master commit 6395b4fe8ed99855853587fa93cb59fd2691aed5 Author: Anton Kurbatov Date: Mon Mar 2

[Yahoo-eng-team] [Bug 2059051] Re: The user defined router flavor OVN driver doesn't check properly unspecified flavor

2024-03-26 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/914162 Committed: https://opendev.org/openstack/neutron/commit/9d729bda207847b4c94d570eacdd26951294f49f Submitter: "Zuul (22348)" Branch:master commit 9d729bda207847b4c94d570eacdd26951294f49f Author: Miguel Lavalle Date: Mon Mar 2

[Yahoo-eng-team] [Bug 2002687] Re: [RFE] Active-active L3 Gateway with Multihoming

2024-03-26 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/899402 Committed: https://opendev.org/openstack/neutron/commit/0199a8457b4e813fa1eb6235ad68b49a71725b8f Submitter: "Zuul (22348)" Branch:master commit 0199a8457b4e813fa1eb6235ad68b49a71725b8f Author: Frode Nordahl Date: Thu Oct 26

[Yahoo-eng-team] [Bug 2047796] Re: autoinstall: user-data validation fails for users or packages if they contain list of object

2024-03-26 Thread Olivier Gayot
Hello, For the first example (with the users), it looks like the "home" directive is invalid. Looking at the documentation, I think it should be "homedir" instead. I've opened a pull request in cloud-init [1] to fix the documented example. Looking at the second example now. [1] https://github.co

[Yahoo-eng-team] [Bug 2059128] [NEW] Internal Server Error when attempring to use an incorrect URL within the metadata API

2024-03-26 Thread Anton Kurbatov
Public bug reported: When trying to GET a non-existent metadata key within the VM, like '/latest/meta-data/hostname/abc', the Nova metadata service responses with a 500 HTTP status code: Inside a VM: $ curl http://169.254.169.254/latest/meta-data/hostname/abc 500 Internal Server Error