[Yahoo-eng-team] [Bug 1731395] Re: test_server_cfn_init and test_server_signal_userdata_format_software_config failing frequently

2017-11-09 Thread Rabi Mishra
** Also affects: nova Importance: Undecided Status: New -- 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/1731395 Title: test_server_cfn_init and

[Yahoo-eng-team] [Bug 1729741] Re: os-security-groups api call creates api call explosion to neutron

2017-11-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/517648 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dc658dbdcf2325cf6f27d9ae61d85b835f8410f8 Submitter: Zuul Branch:master commit dc658dbdcf2325cf6f27d9ae61d85b835f8410f8 Author: Matt Riedemann Date: Fri

[Yahoo-eng-team] [Bug 1671927] Re: init local crash - unknown subnet type 'loopback'

2017-11-09 Thread Scott Moser
Dan, I've tried to recreate this issue and I'm not able to. Your log shows: 2017-10-05 09:46:15,582 - openstack.py[DEBUG]: Failed reading optional path /tmp/tmpB4Bmvi/openstack/2015-10-15/network_data.json due to: [Errno 2] No such file or directory:

[Yahoo-eng-team] [Bug 1731361] [NEW] Can't change the domain of a project

2017-11-09 Thread Sam Morrison
Public bug reported: I'm wanting to change the domain of a project but it doesn't look like this is supported via the API. Changing via some SQL in the DB works fine so would be great if this can be achieved via the API. ** Affects: keystone Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1720354] Re: Glance doesn't send correctly authorization request to Oslo policy

2017-11-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/512020 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=3134ee07b2ab25f63183c699df163b5f8dfd0918 Submitter: Zuul Branch:master commit 3134ee07b2ab25f63183c699df163b5f8dfd0918 Author: Cyril Roelandt Date: Fri

[Yahoo-eng-team] [Bug 1599262] Re: Destructive buttons on modal should be red

2017-11-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/339278 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7f6e03a4dda5a502d31e3d19798b710ca9a182eb Submitter: Zuul Branch:master commit 7f6e03a4dda5a502d31e3d19798b710ca9a182eb Author: Ying Zuo Date: Thu Jul 7

[Yahoo-eng-team] [Bug 1724613] Re: AllocationCandidates.get_by_filters ignores shared RPs when the RC exists in both places

2017-11-09 Thread Eric Fried
Per hangout, we decided this bug is valid - that we would like to get extra candidates involving shared RPs when those satisfy the request. ** Changed in: nova Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1731250] [NEW] Neutron Exceptions when get neutron detailed quotas

2017-11-09 Thread songminglong
Public bug reported: The bug(1599488) was fixed on Jul 18, 2017, so i want to cherry-pick the commit into my stable/ocata neutron branch, and test the function using neutronclient with '--detail' param, but exception was occured like this: 2017-11-09 20:16:36.357 20897 ERROR

[Yahoo-eng-team] [Bug 1719327] Re: nova compute overwrite binding-profile when updating port direct port

2017-11-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/505613 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ee7858ffcaf3f874feb0ea0c68871f2c93254fdd Submitter: Zuul Branch:master commit ee7858ffcaf3f874feb0ea0c68871f2c93254fdd Author: Moshe Levi Date: Wed Sep

[Yahoo-eng-team] [Bug 1730407] Re: enable bridge command for openvswitch agent

2017-11-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/517985 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c6d8ccb640b2c724c575c640ea044a5d3c711e2e Submitter: Zuul Branch:master commit c6d8ccb640b2c724c575c640ea044a5d3c711e2e Author: Edan David Date: Mon Nov

[Yahoo-eng-team] [Bug 1731190] [NEW] nova should use oslo_concurrency.processutils.ssh_execute

2017-11-09 Thread Cédric Jeanneret
Public bug reported: Dear Stackers, While trying to understand an issue with nova instance resize, I just found you're not using oslo_concurrency.processutils.ssh_execute, but instead a nova.utils.ssh_execute. It might be better, for the sake of code maintenance and sanity, to converge and use