[Yahoo-eng-team] [Bug 1954789] Re: FreeBSD - double quotes for rc.conf

2021-12-16 Thread Brett Holman
I don't think this has anything to do with "_unquote()", which is used for parsing the file. The behavior you are seeing is due to shlex.quote()[1][2], which produces POSIX shell tokens: > shlex.quote(s) > > Return a shell-escaped version of the string s. The returned value is a > string that

[Yahoo-eng-team] [Bug 1915898] Re: changing the qos policy on a network does not change the placement allocation of the bound ports in the network

2021-12-16 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/818889 Committed: https://opendev.org/openstack/neutron/commit/e68a2832114739264dbbd42766b4991afa2e0d0d Submitter: "Zuul (22348)" Branch:master commit e68a2832114739264dbbd42766b4991afa2e0d0d Author: Przemyslaw Szczerbik Date:

[Yahoo-eng-team] [Bug 1951586] Re: Need option to specify wifi regulatory domain

2021-12-16 Thread Brian Murray
** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Tags removed: rls-jj-incoming ** Also affects: netplan.io (Ubuntu Jammy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1955035] [NEW] UEFI not supported on Centos Stream 8

2021-12-16 Thread Daniel Niasoff
Public bug reported: I migrated from Ubuntu Focal to Centos Stream 8 as the host OS for my OpenStack nova node. Since the migration I have not been able to run any instances that have UEFI enabled. Not sure if relevant, but I am booting the host node using UEFI. I am deploying OpenStack from

[Yahoo-eng-team] [Bug 1954316] Re: In VXLAN interface creation, we must provide always a device

2021-12-16 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/821271 Committed: https://opendev.org/openstack/neutron/commit/16a793af19a2dc13e3d121b36db52d6b9ec25278 Submitter: "Zuul (22348)" Branch:master commit 16a793af19a2dc13e3d121b36db52d6b9ec25278 Author: Rodolfo Alonso Hernandez Date:

[Yahoo-eng-team] [Bug 1951261] Re: web-download doesn't work in proxied env

2021-12-16 Thread James Page
whitelisting and blacklist exists for the web-download importer but no proxy configuration. This feels like a feature that needs to go into glance rather than being mashed in by the charm in some way that kinda works/maybe works. ** Changed in: charm-glance Status: New => Incomplete **

[Yahoo-eng-team] [Bug 1955013] [NEW] Live-migration failing with error NotImplementedError: Cannot load 'old_resources' in the base class

2021-12-16 Thread Mitya Eremeev
Public bug reported: Steps to reproduce == While live-migrating the instances from the compute few instances failed with error NotImplementedError: Cannot load 'old_resources' in the base class. Actual result = the state of failed instance: $ openstack server show

[Yahoo-eng-team] [Bug 1955010] [NEW] [stable] py27 is not supported in "python-lazy-object-proxy" release 1.7.0

2021-12-16 Thread Rodolfo Alonso
Public bug reported: Latest "python-lazy-object-proxy" release 1.7.0 is not compatible with py27 [1]. This library is failing during the installation of dsvm-functional-py27 jobs [2]. Error snippet: https://paste.opendev.org/show/811717/

[Yahoo-eng-team] [Bug 1955008] [NEW] [functional] Failure of "test_floatingip_mac_bindings"

2021-12-16 Thread Rodolfo Alonso
Public bug reported: Failure of functional test "test_floatingip_mac_bindings". Logs: https://d77e4dc62d62e32415c2-4170471c7bb0f477055c0cecff564bc8.ssl.cf2.rackcdn.com/821271/3/check/neutron- functional-with-uwsgi/d2e2877/testr_results.html Snippet: https://paste.opendev.org/show/811716/ **