[Yahoo-eng-team] [Bug 1870723] [NEW] vm cannot be created after a large number of vms are removed from the same node

2020-04-03 Thread ZhouHeng
Public bug reported: vm cannot be created after a large number of virtual machines are removed from the same node 1、create a security group, has remote security group rule 2、create 50 vms in same node(eg: node01) and use same security group created in step 1 3、delete all vms created in step 2 4、

[Yahoo-eng-team] [Bug 1863707] Re: [neutron-tempest-plugin] test_trunk.TrunkTestInheritJSONBase.test_add_subport fails if unordered

2020-04-03 Thread OpenStack Infra
Reviewed: https://review.opendev.org/708305 Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=167a5784ca42ddb225726f0b792c855a4efafc98 Submitter: Zuul Branch:master commit 167a5784ca42ddb225726f0b792c855a4efafc98 Author: Cédric Ollivier Date: Tue Feb 18

[Yahoo-eng-team] [Bug 1859832] Re: L3 HA connectivity to GW port can be broken after reboot of backup node

2020-04-03 Thread OpenStack Infra
Reviewed: https://review.opendev.org/707406 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c52029c39aa824a67095fbbf9e59eff769d92587 Submitter: Zuul Branch:master commit c52029c39aa824a67095fbbf9e59eff769d92587 Author: LIU Yulong Date: Thu Oct 31 19:06:37 2019 +0800

[Yahoo-eng-team] [Bug 1864027] Re: [OVN] DHCP doesn't work while instance has disabled port security

2020-04-03 Thread OpenStack Infra
Reviewed: https://review.opendev.org/708852 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3d3b61f8792277b303e10bce51512d9a73ef187e Submitter: Zuul Branch:master commit 3d3b61f8792277b303e10bce51512d9a73ef187e Author: Maciej Józefczyk Date: Thu Feb 20 11:27:13 2020

[Yahoo-eng-team] [Bug 1869929] Re: RuntimeError: maximum recursion depth exceeded while calling a Python object

2020-04-03 Thread Tobias Urdin
Think this isn't a bug but was related to SELinux. This issue happend when I upgraded nova on our compute node and then this occured. So I removed the @db.select_db_reader_mode decorator usage in nova/objects/service.py to make it start. I then proceeded to upgrade Neutron and Ceilometer on the co

[Yahoo-eng-team] [Bug 1869967] Re: subiquity->cloud-init generates netplan yaml telling user not to edit it

2020-04-03 Thread Paride Legovini
I'm not marking this Fix Released for subiquity as the change has not been released in all the subiquity channels yet. ** Changed in: cloud-init Status: New => Invalid ** Changed in: subiquity Status: New => Fix Committed -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1870569] [NEW] Unable to create network without default network_segment_range

2020-04-03 Thread Joseph Richard
Public bug reported: When using the network_segment_range, it should be possible to specify all ranges manually, without any default ranges being required. Until recently, this was the case, however a recent commit [1] went in that broke that functionality. Note this bug has also been merged [2]

[Yahoo-eng-team] [Bug 1868531] Re: nova manage placement doesn't support registration per Cell.

2020-04-03 Thread OpenStack Infra
Reviewed: https://review.opendev.org/714459 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1a39ed9005306b0d3f42480b1fedf36b0b7834ff Submitter: Zuul Branch:master commit 1a39ed9005306b0d3f42480b1fedf36b0b7834ff Author: hackertron Date: Mon Mar 23 15:21:17 2020 +0100

[Yahoo-eng-team] [Bug 1870558] [NEW] Server's host not changed but actually on dest node after live-migrating

2020-04-03 Thread Eric Xie
Public bug reported: Description === The insances has been migrating for more than two hours. Then it got error 'Unauthorized'. The host of output of CLI `openstack server show` was stall the old one. But the instances had already been running on dest node. Steps to reproduce ===

[Yahoo-eng-team] [Bug 1869887] Re: L3 DVR ARP population gets incorrect MAC address in some cases

2020-04-03 Thread OpenStack Infra
Reviewed: https://review.opendev.org/716302 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=eb775458c6da57426703289c7b969caddb83d677 Submitter: Zuul Branch:master commit eb775458c6da57426703289c7b969caddb83d677 Author: Slawek Kaplonski Date: Tue Mar 31 05:33:06 2020

[Yahoo-eng-team] [Bug 1870488] [NEW] server password API policy is allowed for everyone even policy defaults is admin_or_owner

2020-04-03 Thread Ghanshyam Mann
Public bug reported: server password API policy is default to admin_or_owner[1] but API is allowed for everyone. We can see the test trying with other project context can access the API - https://review.opendev.org/#/c/717204 This is because API does not pass the server project_id in policy targ