[Yahoo-eng-team] [Bug 1813703] Re: [L2] [summary] ovs-agent issues at large scale

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/640797 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a5244d6d44d2b66de27dc77efa7830fa657260be Submitter: Zuul Branch:master commit a5244d6d44d2b66de27dc77efa7830fa657260be Author: LIU Yulong Date: Mon Mar 4 21:17:20 2019

[Yahoo-eng-team] [Bug 1813714] Re: [L2][scale issue] ovs-agent meets unexpected flow lost

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/640797 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a5244d6d44d2b66de27dc77efa7830fa657260be Submitter: Zuul Branch:master commit a5244d6d44d2b66de27dc77efa7830fa657260be Author: LIU Yulong Date: Mon Mar 4 21:17:20 2019

[Yahoo-eng-team] [Bug 1794991] Re: Inconsistent flows with DVR l2pop VxLAN on br-tun

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/640797 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a5244d6d44d2b66de27dc77efa7830fa657260be Submitter: Zuul Branch:master commit a5244d6d44d2b66de27dc77efa7830fa657260be Author: LIU Yulong Date: Mon Mar 4 21:17:20 2019

[Yahoo-eng-team] [Bug 1799178] Re: l2 pop doesn't always provide the whole list of fdb entries on agent restart

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/640797 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a5244d6d44d2b66de27dc77efa7830fa657260be Submitter: Zuul Branch:master commit a5244d6d44d2b66de27dc77efa7830fa657260be Author: LIU Yulong Date: Mon Mar 4 21:17:20 2019

[Yahoo-eng-team] [Bug 1813715] Re: [L2][scale issue] ovs-agent meets unexpected tunnel lost

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/640797 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a5244d6d44d2b66de27dc77efa7830fa657260be Submitter: Zuul Branch:master commit a5244d6d44d2b66de27dc77efa7830fa657260be Author: LIU Yulong Date: Mon Mar 4 21:17:20 2019

[Yahoo-eng-team] [Bug 1821311] Re: openstack router remove/add command out without error, when it fails

2019-03-22 Thread Miguel Lavalle
This bug should be filed against python-openstackclient ** Project changed: neutron => python-openstackclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1821311 Title: openstack

[Yahoo-eng-team] [Bug 1808951] Re: python3 + Fedora + SSL + wsgi nova deployment, nova api returns RecursionError: maximum recursion depth exceeded while calling a Python object

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/626952 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3c5e2b0e9fac985294a949852bb8c83d4ed77e04 Submitter: Zuul Branch:master commit 3c5e2b0e9fac985294a949852bb8c83d4ed77e04 Author: Matthew Booth Date: Wed Jan 30 15:10:25 2019

[Yahoo-eng-team] [Bug 1808975] Re: python3 + Fedora + SSL + nova compute RecursionError: maximum recursion depth exceeded while calling a Python object

2019-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/626952 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3c5e2b0e9fac985294a949852bb8c83d4ed77e04 Submitter: Zuul Branch:master commit 3c5e2b0e9fac985294a949852bb8c83d4ed77e04 Author: Matthew Booth Date: Wed Jan 30 15:10:25 2019

[Yahoo-eng-team] [Bug 1821411] [NEW] Configuring nova.conf - [keystone_auth] mistake

2019-03-22 Thread Luis Bustos
Public bug reported: In the controller node configuration of the Compute service, when editing nova.conf, the guide instructs to define project_domain_name and user_domain_name as 'default'. They should be capitalized as 'Default' to be consistent with the rest of the guide. URL referred:

[Yahoo-eng-team] [Bug 1821384] [NEW] Customization of ubuntu image fails before upload to devstack

2019-03-22 Thread Slawek Kaplonski
Public bug reported: In tempest scenario jobs we have customization script which customize image before upload it to Glance in devstack. Sometimes it fails when there is package and index mismatch, like e.g. in http://logs.openstack.org/86/643486/12/check/neutron-tempest-plugin- scenario-

[Yahoo-eng-team] [Bug 1821373] [NEW] Most instance actions can be called concurrently

2019-03-22 Thread Matthew Booth
Public bug reported: A customer reported that they were getting DB corruption if they called shelve twice in quick succession on the same instance. This should be prevented by the guard in nova.API.shelve, which does: instance.task_state = task_states.SHELVING

[Yahoo-eng-team] [Bug 1791075] Re: update_available_resource periodic does not take into account all evacuation states

2019-03-22 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => In Progress ** Changed in: nova/queens Importance: Undecided => Medium ** Changed in: nova/queens Assignee: (unassigned) => huanhongda (hongda) -- You received

[Yahoo-eng-team] [Bug 1821357] [NEW] VRRP vip on VM not reachable from other network on DVR setup

2019-03-22 Thread David Rabel
Public bug reported: Hi. We are using OpenStack Queens with DVR and have the following problem: We have a VRRP setup (OpenSense firewalls) on VMs. The vip is reachable from alle other VMs in the same network, but not from VMs in different networks. Both OpenSense VMs are reachable from the

[Yahoo-eng-team] [Bug 1821311] [NEW] openstack router remove/add command out without error, when it fails

2019-03-22 Thread Candido Campos Rivas
Public bug reported: the command fails but the failure is not shown if you don't use --debug option: (overcloud) [stack@undercloud-0 ~]$ openstack router remove subnet router selfservice ; echo $? 0 (overcloud) [stack@undercloud-0 ~]$ (overcloud) [stack@undercloud-0 ~]$ (overcloud)

[Yahoo-eng-team] [Bug 1821306] [NEW] Using or importing the ABCs from 'collections' is deprecated

2019-03-22 Thread Attila Fazekas
Public bug reported: Mar 22 09:09:30 controller-02 glance-api[23536]: /opt/stack/glance/glance/location.py:189: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and> Mar 22 09:09:30 controller-02 glance-api[23536]: class

[Yahoo-eng-team] [Bug 1821303] [NEW] Online data migration bases on hit count rather than total count

2019-03-22 Thread Maciej Jozefczyk
Public bug reported: Imagine online data migration script reported 50 matched rows, but no executed migrations, like: Running batches of 50 until complete 50 rows matched query fake_migration, 50 migrated 50 rows matched query fake_migration, 40 migrated 50 rows matched query fake_migration, 0

[Yahoo-eng-team] [Bug 1821299] [NEW] Associating Floating IP with a port can result in duplicate Floating IPs, due to the original FIP not being removed from the SNAT namespace.

2019-03-22 Thread piotrrr
Public bug reported: Associating Floating IP with a port can result in duplicate Floating IPs, due to the original FIP not being removed from the SNAT namespace. This is likely specific to using DVR. We're creating a Heat stack containing, among other things, a Floating IP and a Port.   

[Yahoo-eng-team] [Bug 1821288] [NEW] volume_groups view refers to consistency group index page incorrectly

2019-03-22 Thread Akihiro Motoki
Public bug reported: The volume_groups view refers to consistency group index page incorrectly. https://github.com/openstack/horizon/blob/1d2145b888af836f4aa69d0ed53c27d4864188de/openstack_dashboard/dashboards/project/volume_groups/views.py#L40 ** Affects: horizon Importance: Medium

[Yahoo-eng-team] [Bug 1821289] [NEW] stein: Sync policy.json files with service projects

2019-03-22 Thread Akihiro Motoki
Public bug reported: We need to sync policy.json files with service projects before the Stein release. ** Affects: horizon Importance: High Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1821284] [NEW] "group type spec" and "group spec" are used inconsistently

2019-03-22 Thread Akihiro Motoki
Public bug reported: In the group type spec page, "group type spec" and "group spec" are used inconsistently. It is better to use either consistently ("group spec"?). This is targeted to Train. (Stein is now in the hard string freeze.) ** Affects: horizon Importance: Low Status: