[Yahoo-eng-team] [Bug 1862893] [NEW] [OVN]Updating a QoS policy for a port will cause a KeyEerror

2020-02-11 Thread zhanghao
Public bug reported: Reproduce this bug: 1.create a port with no qos policy. 2.update this port with a qos policy. Since 'qos_options' does not have the 'direction' key, this bug is caused. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notificatio

[Yahoo-eng-team] [Bug 1823258] Re: RFE: Immutable Resources

2020-02-11 Thread OpenStack Infra
Reviewed: https://review.opendev.org/705859 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=da28046944aaa5b6068d2cc8f14e72ef1de6c012 Submitter: Zuul Branch:master commit da28046944aaa5b6068d2cc8f14e72ef1de6c012 Author: Colleen Murphy Date: Tue Feb 4 14:06:41 2020 -

[Yahoo-eng-team] [Bug 1862648] Re: [OVN] Reduce the number of tables watched by MetadataProxyHandler

2020-02-11 Thread OpenStack Infra
Reviewed: https://review.opendev.org/706499 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b85c273639f30cbffd95bfb92564adc8fb586465 Submitter: Zuul Branch:master commit b85c273639f30cbffd95bfb92564adc8fb586465 Author: Lucas Alvares Gomes Date: Thu Feb 6 13:28:34 20

[Yahoo-eng-team] [Bug 1862851] [NEW] update_floatingip_statuses: StaleDataError: UPDATE statement on table 'standardattributes' expected to update 1 row(s); 0 were matched.

2020-02-11 Thread Arjun Baindur
Public bug reported: Running Rocky, in a DVR environment We are seeing repeated errors like this in neutron-server logs. Not sure at this point what the effect is, or harmless. This is in a build test environment where a lot of automated VMs get spawned and deleted then associated/disassociated w

[Yahoo-eng-team] [Bug 1862844] [NEW] Missing Integration test for Create/Delete Server Groups

2020-02-11 Thread Akshay
Public bug reported: Integration test for validating create and delete server group is missing and hence new test need to be added. ** Affects: horizon Importance: Undecided Assignee: Akshay (aw4825) Status: New ** Changed in: horizon Assignee: (unassigned) => Akshay (a

[Yahoo-eng-team] [Bug 1862836] Re: neutron-fwaas Percona-XtraDB-Cluster prohibits use of DML command on a table (neutron.firewall_group_port_associations_v2) without an explicit primary key with pxc_s

2020-02-11 Thread Felipe Reyes
This error is similar to the one reported in Octavia https://bugs.launchpad.net/ubuntu/+source/octavia/+bug/1826875 , but in the case of neutron the table firewall_group_port_associations_v2 has a primary key defined: firewall_group_port_associations_v2 | CREATE TABLE `firewall_group_port_associa

[Yahoo-eng-team] [Bug 1862836] [NEW] neutron-fwaas Percona-XtraDB-Cluster prohibits use of DML command on a table (neutron.firewall_group_port_associations_v2) without an explicit primary key with pxc

2020-02-11 Thread Felipe Reyes
Public bug reported: When trying to delete a heat stack in Stein fails, because neutron- server couldn't update firewall groups, the stack trace found in the logs is: 2020-02-11 13:14:21.356 1998511 ERROR neutron_lib.callbacks.manager Traceback (most recent call last): 2020-02-11 13:14:21.356 19

[Yahoo-eng-team] [Bug 1862802] [NEW] Avoid the default domain usage when the Domain is not specified in the project creation

2020-02-11 Thread Raildo Mascena de Sousa Filho
Public bug reported: We should issue an exception here since if a v3 call does not explicitly specify the domain_id in the entity, it should be using a domain scoped token. However, the current tempest heat tests issue a v3 call without this. This is raised as bug #1283539. Once this is fixed, w

[Yahoo-eng-team] [Bug 1862771] [NEW] Nova server in shutdown state after reboot

2020-02-11 Thread serenico
Public bug reported: Description === Execute Tobiko functional test cases [1] against an OpenStack cloud based on Ubuntu Bionic and deployed using DevStack (master branch). Steps to reproduce == 1) Create a new Nova server instance with a CirrOS[2] image 2) Wait for serv

[Yahoo-eng-team] [Bug 1862750] [NEW] zvm virt driver default hypervisor_version is incorrect

2020-02-11 Thread jichenjc
Public bug reported: hypervisor_version of z/VM driver returned '' but in fact it is defined as fields.IntegerField() which means it should be int value by default. so in case some error occured, the '' will be reported and may lead to other potential issue ** Affects: nova Importance: Low

[Yahoo-eng-team] [Bug 1861964] Re: availability_zone in request_specs not updated when live migrate vm from one availability zone to another

2020-02-11 Thread Sylvain Bauza
This shouldn't be accepted. If you create an instance by asking a specific AZ, the design is that you can't migrate it to another AZ unless you force it. When calling live-migrate by the latest API microversion, even with asking to go to a specific host, Nova wouldn't accept it. See https://doc