[Yahoo-eng-team] [Bug 1869389] Re: [OVN] SRIOV (external) ports flapping

2020-03-27 Thread OpenStack Infra
Reviewed: https://review.opendev.org/715445 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ea999564a5b80dcf13c0c43f107165f0754210b7 Submitter: Zuul Branch:master commit ea999564a5b80dcf13c0c43f107165f0754210b7 Author: Lucas Alvares Gomes Date: Fri Mar 27 15:23:49

[Yahoo-eng-team] [Bug 1869430] [NEW] cloud-init persists in running state on Kali in AWS

2020-03-27 Thread ananke
Public bug reported: Hello, We're trying to customize published Kali AMIs using packer & cloud-init. The entire process works with Ubuntu, CentOS, and Amazon Linux 2 targets, but seemingly breaks with Kali. We've tried it with both the 2020.01 and 2019.03. We're also experiencing a long timeout

[Yahoo-eng-team] [Bug 1869396] [NEW] os-ips API policy is allowed for everyone even policy defaults is admin_or_owner

2020-03-27 Thread Ghanshyam Mann
Public bug reported: os-ips API policy is default to admin_or_owner[1] but API is allowed for everyone. We can see the test trying with other project context can access the API - https://review.opendev.org/#/c/715477/ This is because API does not pass the server project_id in policy target -

[Yahoo-eng-team] [Bug 1225922] Re: Support static network configuration even on already configured devices

2020-03-27 Thread Roufique Hossain
** Also affects: linux-gcp (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-gcp (Ubuntu) Status: New => Confirmed ** Changed in: linux-gcp (Ubuntu) Assignee: (unassigned) => Roufique Hossain (roufique) ** Changed in: cloud-init Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1869389] [NEW] [OVN] SRIOV (external) ports flapping

2020-03-27 Thread Lucas Alvares Gomes
Public bug reported: The "old" parameter passed to the handle_ha_chassis_group_changes() method is a delta object and sometimes it does not contain the "external_ids" column (because it hasn't changed). The absence of the "external_ids" column lead to the method into believe that the "old"

[Yahoo-eng-team] [Bug 1864675] Re: DHCP agent should prioritize new ports when sending RPC messages to server

2020-03-27 Thread OpenStack Infra
Reviewed: https://review.opendev.org/709824 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=113dfac6083c2bda36f5186e123e4e5c82fa8097 Submitter: Zuul Branch:master commit 113dfac6083c2bda36f5186e123e4e5c82fa8097 Author: Brian Haley Date: Tue Feb 25 15:01:47 2020

[Yahoo-eng-team] [Bug 1869354] [NEW] FIP isn't properly created for octavia loadbalancers

2020-03-27 Thread Marek Grudzinski
Public bug reported: After upgrading from an earlier version of stable/stein to a newer version (released around 2020-02-20) , FIP's on newly created octavia loadbalancers stopped working. So what we can see is that everything works except the snat namespaces never gets the ip assigned via

[Yahoo-eng-team] [Bug 1869342] [NEW] OVNMechanismDriver _ovn_client is a read-only property

2020-03-27 Thread Rodolfo Alonso
Public bug reported: OVNMechanismDriver "_ovn_client" is a read-only property and can't be assigned in "ovn_client" property: https://github.com/openstack/neutron/blob/805fb5c970c8b761ce7f4877052ffef74b524e41/neutron/cmd/ovn/neutron_ovn_db_sync_util.py#L58 ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1866961] Re: ImportError: cannot import name 'Feature'

2020-03-27 Thread Marcin Juszkiewicz
Ussuri got it fixed with PyScss 1.3.6 release (and later update to 1.3.7). Train, Stein are in progress. ** Changed in: kolla/ussuri Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1869306] [NEW] Users module errors for users of same SSH key type with existing user

2020-03-27 Thread Barrett Weisshaar
Public bug reported: I'm starting an instance (tried both centos and ubuntu) in AWS with user_data similar to the following: users: - name: bob sudo: ALL=(ALL) NOPASSWD:ALL groups: users lock_passwd: true ssh_authorized_keys: - ssh-rsa some-ssh-pubkey-x - name: