[Yahoo-eng-team] [Bug 1896175] [NEW] nova crash on resize instance

2020-09-17 Thread Pureewat Kaewpoi
Public bug reported: Description === I have try to resize instaces but it show Unexpected error As I check from log nova import requests library from python version 3.7 but we use python 3.6 Environment === CentOS 8.2.2004 novepackage: openstack-nova-api 20.4.0-1.el8

[Yahoo-eng-team] [Bug 1875418] Re: Generated policy.json in Ussuri is broken by default

2020-09-17 Thread Ghanshyam Mann
closing it for oslo polocy also as all required work is done under - https://review.opendev.org/#/q/topic:migrate-to-focal- oslo+(status:open+OR+status:merged) ** Changed in: oslo.policy Status: New => Fix Released ** Changed in: oslo.policy Assignee: (unassigned) => Ghanshyam Mann

[Yahoo-eng-team] [Bug 1896125] [NEW] LDAP paging leaks memory

2020-09-17 Thread Lance Bragstad
Public bug reported: If you're using page_size [0] and are integrating keystone with an LDAP server that supports paging (like Active Directory), it's possible to see keystone memory footprint slowly increase over time. The problem isn't as noticable with large page sizes (e.g., page_size =

[Yahoo-eng-team] [Bug 1896121] [NEW] Unable to disable LDAP paging

2020-09-17 Thread Lance Bragstad
Public bug reported: Keystone provides a configuration option that allows users to page LDAP responses [0]. You can disable paging by setting page_size to 0, which should return all query data from LDAP in a single response. I have an AD server with 10,000 users and I have paging set to 1,000.

[Yahoo-eng-team] [Bug 1895696] Re: unable to boot instance from encrypted volume created from a glance image of an encrypted volume

2020-09-17 Thread OpenStack Infra
Reviewed: https://review.opendev.org/752090 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f9b67893acf94c06fd41be36b80b99788dc77e48 Submitter: Zuul Branch:master commit f9b67893acf94c06fd41be36b80b99788dc77e48 Author: Lee Yarwood Date: Tue Sep 15 18:17:04 2020 +0100

[Yahoo-eng-team] [Bug 1881157] Re: [OVS][FW] Remote SG IDs left behind when a SG is removed

2020-09-17 Thread Edward Hope-Morley
** Also affects: cloud-archive 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/1881157 Title: [OVS][FW] Remote SG IDs left behind when a SG is

[Yahoo-eng-team] [Bug 1894966] Re: Create servergroup failed with unexpected error

2020-09-17 Thread OpenStack Infra
Reviewed: https://review.opendev.org/752211 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=32c43fc8017ee89d4e6cdf79086d87735a00f0c0 Submitter: Zuul Branch:master commit 32c43fc8017ee89d4e6cdf79086d87735a00f0c0 Author: Stephen Finucane Date: Wed Sep 16 10:59:49 2020

[Yahoo-eng-team] [Bug 1888237] Re: nova-next job fails as novnc service fails with TypeError: _wrap_socket() argument 1 must be _socket.socket, not GreenSSLSocket

2020-09-17 Thread Balazs Gibizer
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1888237 Title: nova-next job fails as novnc service

[Yahoo-eng-team] [Bug 1895979] [NEW] New cloud-init config modules for PowerVM Hypervisor based VMs

2020-09-17 Thread Divya K Konoor
Public bug reported: Linux Virtual Machines deployed (with ppcle architecture), using IBM PowerVM[1] Hypervisor on IBM Power System hosts, need an additional component (referred to as RMC - Remote Management Console) to be installed and successfully running on the VM. This RMC module/service must

[Yahoo-eng-team] [Bug 1895976] [NEW] Fail to get http openstack metadata if the Linux instance runs on Hyper-V

2020-09-17 Thread Adrian Vladu
Public bug reported: Because of the commit that introduced platform checks for enabling / using http openstack metadata (https://github.com/canonical/cloud- init/commit/1efa8a0a030794cec68197100f31a856d0d264ab), Linux machines will stop loading http metadata when running on "unsupported"

[Yahoo-eng-team] [Bug 1895972] [NEW] [RFE] IPv6 prefix delegation for OVN routers

2020-09-17 Thread Jakub Libosvar
Public bug reported: OVN routers have an option to send PD requests to the upstream router. We can adapt the feature in Neutron. OVN patch: https://patchwork.ozlabs.org/project/openvswitch/patch/6aec0fb280f610a2083fbb6c61e251b1d237b21f.1576840560.git.lorenzo.bianc...@redhat.com/ ** Affects:

[Yahoo-eng-team] [Bug 1895950] [NEW] keepalived can't perform failover if the l3 agent is down

2020-09-17 Thread Alex Katz
Public bug reported: If the l3 agent is down on the new master node of keepalived all the interfaces remain down so no packets can pass through the new router. The replication scenario is the following: 1. Shut down all the l3 agents 2. Kill the keepalived process on the master node 3. Try to

[Yahoo-eng-team] [Bug 1542032] Re: IP reassembly issue on the Linux bridges in Openstack

2020-09-17 Thread norman shen
** Changed in: neutron Status: Confirmed => 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/1542032 Title: IP reassembly issue on the Linux bridges in Openstack Status in

[Yahoo-eng-team] [Bug 1895933] [NEW] Admin user can do anything without the control of policy.json

2020-09-17 Thread changzhi
Public bug reported: I create some neutron policies in the file /etc/neutron/policy.json, plus in this policy file, I don't want to anyone to create address scope and set " "create_address_scope": "!" ". After that, I execute the command line " openstack address scope create test " by the