[Yahoo-eng-team] [Bug 1988281] Re: neutron dhcp agent state not consistent with real status

2022-08-31 Thread Brian Haley
I would agree with Rodolfo that this is more of an RFE as there isn't any fine-grained status info, in this case UP indicates the agent is running. As an FYI the agent is consuming messages off the queue as it's doing a full-sync, and it should also be receiving other messages as instances are cre

[Yahoo-eng-team] [Bug 1988325] [NEW] Volume attach failed cause volume turn to available when delete the instance

2022-08-31 Thread Wave Wang
Public bug reported: Description === Using admin user to sign in. When a volume C is attached to instance A, if i try to attach it to another instance B, nova-api will  raise an error "Invalid volume: Volume status must be available or downloading (HTTP 400) (Request-ID: x) (HTT

[Yahoo-eng-team] [Bug 1988323] [NEW] "port" resource is not deleted if child "ml2_port_bindings" DB register does not exist

2022-08-31 Thread Rodolfo Alonso
Public bug reported: The "port" database register (and any other related register) are not deleted from the database if the child "ml2_port_bindings" register is not present. When a "port" database register is created, a "ml2_port_bindings" child register is created too. Initially, the "ml2_port_

[Yahoo-eng-team] [Bug 1988316] [NEW] unshelve to host fails with "Compute host could not be found" even when the compute exists

2022-08-31 Thread Balazs Gibizer
Public bug reported: We observed that the recently merged test_unshelve_to_specific_host[id-b5cc0889-50c2-46a0-b8ff-b5fb4c3a6e20] tempest test case 100% fails in the nova-multi-cell job with: Details: {'code': 400, 'message': 'Compute host ubuntu-focal-rax-dfw-0030919238 could not be found.'}[1

[Yahoo-eng-team] [Bug 1988302] Re: novncproxy open redirect

2022-08-31 Thread Jeremy Stanley
*** This bug is a duplicate of bug 1927677 *** https://bugs.launchpad.net/bugs/1927677 That would be a question for the Ubuntu package maintainers, but we did publish backports to the stable/train branch for that advisory and its errata. Thanks for confirming this is the same issue, I'll swit

[Yahoo-eng-team] [Bug 1988311] [NEW] Concurrent evacuation of vms with pinned cpus to the same host fail randomly

2022-08-31 Thread Bence Romsics
Public bug reported: Reproduction: Boot two vms (each with one pinned cpu) on devstack0. Then evacuate them to devtack0a. devstack0a has two dedicated cpus, so both vms should fit. However sometimes (for example 6 out of 10 times) the evacuation of one vm fails with this error message: 'CPU set

[Yahoo-eng-team] [Bug 1988298] [NEW] [neutron-lib] "registry.has_resource_extenders" is the same as "resource_extend.has_resource_extenders"

2022-08-31 Thread Rodolfo Alonso
Public bug reported: has_resource_extenders: https://github.com/openstack/neutron- lib/blob/f01b2e9025d33aeff3bf22ea2568bda036878819/neutron_lib/db/resource_extend.py#L112-L153 has_registry_receivers: https://github.com/openstack/neutron- lib/blob/f01b2e9025d33aeff3bf22ea2568bda036878819/neutron_

[Yahoo-eng-team] [Bug 1988296] [NEW] neutron-lib pep8 CI failing with pylint==2.15.0

2022-08-31 Thread Rodolfo Alonso
Public bug reported: Error: https://paste.opendev.org/show/bvMNn5rrf87eBwCVKV4W/ pylint 2.15.0 released on August 26th, 2022: https://pypi.org/project/pylint/#history ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progr

[Yahoo-eng-team] [Bug 1988297] [NEW] Duplicate index external_id in table access_rule of keystone database

2022-08-31 Thread Christian Rohmann
Public bug reported: Currently the primary key and an additional unique index are configured on the same column. This is why sqlalchemy logs a warning on a database migration displaying following information: ``` ​/usr/lib/python3/dist-packages/pymysql/cursors.py:170: Warning: (1831, 'Duplicat

[Yahoo-eng-team] [Bug 1988281] [NEW] neutron dhcp agent state not consistent with real status

2022-08-31 Thread norman shen
Public bug reported: We are observing that neutron-dhcp-agent's state is deviating from "real state", by saying real state, I mean all hosted dnsmasq are running and configured. For example, agent A is hosting 1,000 networks, if I reboot agent A then all dnsmasq processes are gone, and dhcp agent

[Yahoo-eng-team] [Bug 1988220] Re: large unused dependency ncclient + paramiko in os-ken

2022-08-31 Thread Rodolfo Alonso
Hello Josh: The "ncclient" library is currently used in the "os-ken" project: https://codesearch.openstack.org/?q=ncclient&i=nope&literal=nope&files=&excludeFiles=&repos=openstack/os- ken. I can't remove this dependency. Regards. ** Changed in: neutron Status: Confirmed => Won't Fix --