[Yahoo-eng-team] [Bug 2016030] [NEW] mounts should support mounting by label

2023-04-12 Thread Eric Herot
Public bug reported: This is legal in fstab: ``` LABEL=myvol /mountpoint ext4 defaults 0 0 ``` It would be cool if cc_mounts would support mounting this way. It would also make mounting the correct EBS volume in the right place on EC2 a little more reliable, especially since fs_setup already sup

[Yahoo-eng-team] [Bug 2006603] Re: [FT] Test "OVSInterfaceEventTestCase.test_port_creation_and_deletion" randomly failing

2023-04-12 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/873118 Committed: https://opendev.org/openstack/neutron/commit/4b8e484e1ded99012a8e332fa1c9ac660f74a17e Submitter: "Zuul (22348)" Branch:master commit 4b8e484e1ded99012a8e332fa1c9ac660f74a17e Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 2015987] Re: neutron-lib's get_admin_context() function returns wrong context when new policies are used

2023-04-12 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/880143 Committed: https://opendev.org/openstack/neutron-lib/commit/09af59caa93e23447c164b480f6f0f4ec865842c Submitter: "Zuul (22348)" Branch:master commit 09af59caa93e23447c164b480f6f0f4ec865842c Author: Slawek Kaplonski Date:

[Yahoo-eng-team] [Bug 2009156] Re: stable/victoria tests are very unstable because of tempest test_live_block_migration_with_attached_volume

2023-04-12 Thread Balazs Gibizer
I will mark this invalid as we cannot really fix this is nova. ** Changed in: nova Status: New => Invalid -- 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/2009156 Ti

[Yahoo-eng-team] [Bug 2015987] [NEW] neutron-lib's get_admin_context() function returns wrong context when new policies are used

2023-04-12 Thread Slawek Kaplonski
Public bug reported: In neutron.context module there are get_admin_context() and get_admin_context_without_session() helper functions [1]. Both are creating instance of Context class with is_admin=True but when new policies are used, admin context is when it has role "admin" in roles [1]. This is

[Yahoo-eng-team] [Bug 1954816] Re: Tempest Server Test Fail: tempest.lib.exceptions.ServerFault: Got server fault

2023-04-12 Thread Balazs Gibizer
Both the RabbitMQ reconnect and the nova->neutron Proxy Error points to some intermittent network failure in the environment. I think HTTP 500 is an acceptable response from nova in such case. I'm closing this as this does not seem to be a bug in nova per se. ** Changed in: nova Status: New