[Yahoo-eng-team] [Bug 1829914] Re: nova context request_id is not propagated for port binding operations in neutron

2019-07-12 Thread OpenStack Infra
Reviewed: https://review.opendev.org/662715 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e11b589474e6e469442277d1e17d3140e8bf0d6b Submitter: Zuul Branch:master commit e11b589474e6e469442277d1e17d3140e8bf0d6b Author: Takashi NATSUME Date: Mon Jun 3 16:27:42 2019

[Yahoo-eng-team] [Bug 1832028] Re: revert resize: vif-plugged external event sent too soon if Neutron is using OVS hybrid plug

2019-07-12 Thread OpenStack Infra
Reviewed: https://review.opendev.org/667177 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7a7a223602ca5aa0aca8f65a6ab143f1d8f8ec1b Submitter: Zuul Branch:master commit 7a7a223602ca5aa0aca8f65a6ab143f1d8f8ec1b Author: Artom Lifshitz Date: Wed Mar 20 10:38:12 2019

[Yahoo-eng-team] [Bug 1836389] [NEW] Device role tagging doesn't work for SRIOV PF

2019-07-12 Thread Artom Lifshitz
Public bug reported: Description === Setting a device role tag on a PF interface has no effect on metadata - IOW, the PF and its tag doesn't appear in the device metadata at all. Steps to reproduce == 1. Create a PF port: openstack port show

[Yahoo-eng-team] [Bug 1832265] Re: py3: inconsistent encoding of token fields

2019-07-12 Thread James Page
Ubuntu SRU information: [Impact] Due to inconsistent decode/encode of bytestrings under py3, keystone ldap integration is broken when keystone is run under Python 3. [Test Case] Deploy keystone Configure to use LDAP [Regression Potential] The proposed patch has been +2'ed by upstream and

[Yahoo-eng-team] [Bug 1836105] Re: Instance does not start - Error during following call to agent: ovs-vsctl

2019-07-12 Thread sean mooney
can you check that the ovs-dpdk is actully working on the host. if you do "ps aux | grep ovs" do you see the ovs-vswitchd or ovs-db running? if so please run "ovs-vsctl show" and "ovs-ofctl dump-flows br-int" to confirm your ovs is actully functional via the commandline. im not familar with

[Yahoo-eng-team] [Bug 1836369] [NEW] _init_instance recovery from failed in-progress resize leaves old records and allocations

2019-07-12 Thread Matt Riedemann
Public bug reported: This came up in review here: https://review.opendev.org/#/c/667177/8/nova/virt/libvirt/driver.py@9175 And was confirmed in a functional test patch here: https://review.opendev.org/#/c/670393/ There are some known things that get left behind when recovering a guest on the

[Yahoo-eng-team] [Bug 1836023] Re: OVS agent "hangs" while processing trusted ports

2019-07-12 Thread OpenStack Infra
Reviewed: https://review.opendev.org/670014 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=da539da3780188f01e18ef106dde9ca180324c2a Submitter: Zuul Branch:master commit da539da3780188f01e18ef106dde9ca180324c2a Author: Oleg Bondarev Date: Wed Jul 10 12:39:13 2019

[Yahoo-eng-team] [Bug 1836336] [NEW] cloud-init shouldn't use apt-key

2019-07-12 Thread Julian Andres Klode
Public bug reported: In cc_apt_configure.py, add_apt_key_raw() uses apt-key to add keys. apt- key is deprecated (that's why it prints a warning) It should instead be dropping raw .gpg files or (optionally, starting with bionic / apt 1.4) ASCII armored .asc files into trusted.gpg.d, with a name