[Yahoo-eng-team] [Bug 1769128] Re: Horizon does not report properly quota exceeded errors

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/594330 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a24aa0c87cd61897ebe3c2983104dcd0a1ddee84 Submitter: Zuul Branch:master commit a24aa0c87cd61897ebe3c2983104dcd0a1ddee84 Author: PrivateRookie <996514...@qq.com> Date: Tue

[Yahoo-eng-team] [Bug 1789800] Re: enable_consoleauth is missing a help string

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/597986 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ad1d9bd66e6a1c3538b426021962470599e480c5 Submitter: Zuul Branch:master commit ad1d9bd66e6a1c3538b426021962470599e480c5 Author: Takashi NATSUME Date: Thu Aug 30 13:46:22 2018

[Yahoo-eng-team] [Bug 1787943] Re: Internal endpoint address revealed in a cookie

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/593650 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=16c4f4c3a294040bb87386156dab49f2b782ce21 Submitter: Zuul Branch:master commit 16c4f4c3a294040bb87386156dab49f2b782ce21 Author: Radomir Dopieralski Date: Mon Aug 20

[Yahoo-eng-team] [Bug 1743887] Re: Underscores not allowed when creating new key pair

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/598079 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f269ab3b22eb2500d8d93d613c631b08865b4cc1 Submitter: Zuul Branch:master commit f269ab3b22eb2500d8d93d613c631b08865b4cc1 Author: Marek Date: Thu Aug 30 10:03:47 2018 +0200

[Yahoo-eng-team] [Bug 1789878] Re: bgpvpn router fallback broken by change in neutron openvswitch firewall

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/598677 Committed: https://git.openstack.org/cgit/openstack/networking-bagpipe/commit/?id=3867733d640fff4d70288ce845173c86b2b0b8af Submitter: Zuul Branch:master commit 3867733d640fff4d70288ce845173c86b2b0b8af Author: Thomas Morin Date: Fri Aug 31

[Yahoo-eng-team] [Bug 1781151] Re: Angular ModalFormService should follow new style for help

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/581618 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f5666eed009be13d710f3420954a9cfbb4378c88 Submitter: Zuul Branch:master commit f5666eed009be13d710f3420954a9cfbb4378c88 Author: Shu Muto Date: Wed Jul 11 16:56:52 2018

[Yahoo-eng-team] [Bug 1728642] Re: corrupted namespace blasted ovs bridge with thousands of dangling port

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/516371 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4f2f5eeb8bbed7385cafbcd8ba2acb39870f4941 Submitter: Zuul Branch:master commit 4f2f5eeb8bbed7385cafbcd8ba2acb39870f4941 Author: yong sheng gong Date: Tue Oct 31 00:05:20

[Yahoo-eng-team] [Bug 1790972] [NEW] redundant image GET calls during rebuild on compute

2018-09-05 Thread Matt Riedemann
Public bug reported: During a rebuild in nova-compute we get the image once here: https://github.com/openstack/nova/blob/3b879f49b3969f1d168eabf1ca6076bf6473a4fe/nova/compute/manager.py#L2984 And then again here:

[Yahoo-eng-team] [Bug 1789800] Re: enable_consoleauth is missing a help string

2018-09-05 Thread Matt Riedemann
** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/rocky Importance: Undecided Status: New ** Changed in: nova/rocky Status: New => Confirmed ** Changed in: nova/rocky Importance: Undecided => Medium -- You received this bug notification because

[Yahoo-eng-team] [Bug 1790929] [NEW] UnhashableKeyWarning in openstack_dashboard.api.nova novaclient

2018-09-05 Thread Akihiro Motoki
Public bug reported: When horizon runs with tox -e runserver with python3, the following message is output as an error message. This potentially pollutes the error log file with unnecessary messages. UnhashableKeyWarning: The key of openstack_dashboard.api.nova novaclient is not hashable and

[Yahoo-eng-team] [Bug 1790750] Re: Error in db archiver

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/599878 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d0657f4acf30f77ae978bf95a9d7ce76fe97a56c Submitter: Zuul Branch:master commit d0657f4acf30f77ae978bf95a9d7ce76fe97a56c Author: Sam Morrison Date: Wed Sep 5 11:03:48 2018

[Yahoo-eng-team] [Bug 1786189] Re: Unable to get device_path from network mounted volume in extend in use

2018-09-05 Thread Matt Riedemann
I'm going to close this since it's not a bug, it's just required for this blueprint: https://blueprints.launchpad.net/nova/+spec/extend-in-use-rbd-volumes We can track the changes with the blueprint. ** Changed in: nova Status: In Progress => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1789846] Re: l2_pop flows missing when spawning VMs at a high rate

2018-09-05 Thread OpenStack Infra
Reviewed: https://review.openstack.org/598087 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b32db30874a7729c4e9209cfc18e106a7e9fc697 Submitter: Zuul Branch:master commit b32db30874a7729c4e9209cfc18e106a7e9fc697 Author: Oleg Bondarev Date: Thu Aug 30 12:25:07 2018

[Yahoo-eng-team] [Bug 1780164] Re: httpd leaks open files

2018-09-05 Thread mchlumsky
We have also noticed this problem. We did an strace on horizon and found that the connections made by horizon to keystone were not getting closed. Digging deeper, we found 2 very similar commits that fix connection closure issues related to keystone. https://github.com/openstack/python-

[Yahoo-eng-team] [Bug 1790849] [NEW] Faiing hacking tests when building Rocky Debian package under Python 3.7

2018-09-05 Thread Thomas Goirand
Public bug reported: Building the Nova 18.0.0 package in Sid (ie: Python 3.7), I get the below unit test failure with hacking tests: == FAIL: nova.tests.unit.test_hacking.HackingTestCase.test_check_doubled_words

[Yahoo-eng-team] [Bug 1790847] [NEW] Faiing tests when building Rocky Debian package in Python 3.7

2018-09-05 Thread Thomas Goirand
Public bug reported: Building Nova 18.0.0 in Debian Sid (ie: Python 3.7), I get the below unit test failures. == FAIL: nova.tests.unit.test_api_validation.PatternPropertiesTestCase.test_validate_patternProperties_fails

[Yahoo-eng-team] [Bug 1790850] [NEW] Xenapi test failure when building the Debian 18.0.0 package in Sid

2018-09-05 Thread Thomas Goirand
Public bug reported: Building Nova 18.0.0 in Debian Sid makes the below unit tests fail. Note that it is probably related to OpenSSL 1.1.1 (though I didn't investigate further and disabled running test tests). == FAIL:

[Yahoo-eng-team] [Bug 1790598] Re: metadata service calls to nova-api-metadata with IP based SAN's fails

2018-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:13.0.0-0ubuntu2 --- neutron (2:13.0.0-0ubuntu2) cosmic; urgency=medium * d/p/metadata-use-requests-for-comms-with-nova-api.patch: Cherry pick of fix to support use of certs with IP based SAN's on Nova API endpoints when making

[Yahoo-eng-team] [Bug 1790829] [NEW] Delete IPv6 subnet which in use

2018-09-05 Thread yanpuqing
Public bug reported: I use the master environment and I find if I create a IPv4 subnet and a IPv6 subnet in a network, and I create a port in the network, then I immediately delete the IPv6 subnet, it can be deleted successfully. Operating steps: 1.create a network with a IPv4 subnet and a

[Yahoo-eng-team] [Bug 1789351] Re: Glance deployment with python3 + "keystone" paste_deploy flavor Fails

2018-09-05 Thread Abhishek Kekane
Fixed in keystonemiddleware. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1789351 Title: Glance deployment with python3 +