[Yahoo-eng-team] [Bug 1511167] Re: Cinder client incorrectly list the volume size units in GB, the API is actually in GiB

2015-12-23 Thread NidhiMittalHada
** Changed in: python-manilaclient Status: In Progress => Fix Committed ** Changed in: python-manilaclient Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Ho

[Yahoo-eng-team] [Bug 1528899] Re: heat event list in horizon issue

2015-12-23 Thread Sergey Kraynev
Hi jear, If you say, that CLI works fine, than It means, that it needs to be fixed in Horizon Project. If you can reproduce it only with Heat CLI or API, i.e. without Horizon, please create another bug. I will assign this one on Horizon team. ** Also affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1529014] [NEW] Something wrong in logout dashboard when instance is resizing

2015-12-23 Thread User
Public bug reported: Steps to reproduce: 1. Resize an instance. 2. logout and login again after a few minutes. 3. Go to the instance panel and notice that the instance has in error status, prompted for authentication required. I think,the problem is due to when we logout dashboard,it performs

[Yahoo-eng-team] [Bug 1529012] [NEW] Miss policy checks in image panels

2015-12-23 Thread Wang Bo
Public bug reported: There is no policy checking code in image panels: project/images, project/ngimages, admin/images. As ngusers code: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.controller.js#L54. We shou

[Yahoo-eng-team] [Bug 1529007] [NEW] policy topic document has been out of date

2015-12-23 Thread Wang Bo
Public bug reported: When I tried fix policy related bugs(#1411239) found that horizon/doc/source/topics/policy.rst has been out of date. We do not use "oslo-incubator" in horizon now. There is file "openstack_dashboard/openstack/common/policy.py" in hoirzon Refer to: https://github.com/opensta

[Yahoo-eng-team] [Bug 1524602] Re: Return availability_zone_hints as string when net-create

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/256261 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=999ee86deaab2d72069f9d16c3a7d893c1426fc4 Submitter: Jenkins Branch:master commit 999ee86deaab2d72069f9d16c3a7d893c1426fc4 Author: Hirofumi Ichihara Date: Fri Dec 11 16:19:2

[Yahoo-eng-team] [Bug 1502773] Re: "Delete Instance" looks better over "Terminate Instance" for consistency

2015-12-23 Thread Akihiro Motoki
I will check if any documentation change is required related to this horizon change. ** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: openstack-manuals Assignee: (unassigned) => Akihiro Motoki (amotoki) -- You received this bug notification beca

[Yahoo-eng-team] [Bug 1522188] Re: Replace "Terminate Instance" with "Delete Instance"

2015-12-23 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1502773 *** https://bugs.launchpad.net/bugs/1502773 It will be covered by bug 1502773. DocImpact flag now files a bug to Horizon itself. I will check if documentation update is required or not as part of bug 1502773. ** This bug has been marked a duplicate

[Yahoo-eng-team] [Bug 1528771] Re: Some translations aren't correct for zh_CN django.po

2015-12-23 Thread Akihiro Motoki
Translation bugs should be fixed in Zanata (https://translate.openstack.org/) and bugs are tracked on openstack- i18n launchpad. ** Also affects: openstack-i18n Importance: Undecided Status: New ** Changed in: horizon Status: In Progress => Invalid ** No longer affects: horizon

[Yahoo-eng-team] [Bug 1528137] Re: creating meter label rule doesn't work properly

2015-12-23 Thread Akihiro Motoki
remote_ip_prefix of metering label rule is unclear and should be updated. According to the discussion in the review in neutron, for egress direction, remote_ip_prefix is a destination IP address or ranges and for ingress direction, it means a source IP (range). ** Also affects: openstack-api-site

[Yahoo-eng-team] [Bug 1528981] [NEW] keystone fernet cannot work with mod wsgi anymore

2015-12-23 Thread Dave Chen
Public bug reported: With the latest code, fernet cannot work anymore due to this change id (Change-Id: I0723cd50bbb464c38c9efcf1888e39d14950997b). The stacktrace like this, 2015-12-23 10:47:53.526487 9923 DEBUG passlib.registry [req-e4501bef-5f1e-4bd3-8e1b-7320093b767b - - - - -] registered 's

[Yahoo-eng-team] [Bug 1527145] Re: when port updated on one compute node, ipset in other compute nodes did not be refreshed

2015-12-23 Thread Hong Hui Xiao
*** This bug is a duplicate of bug 1448022 *** https://bugs.launchpad.net/bugs/1448022 It is the same bug, duplicate them will be more appropriate. ** This bug has been marked a duplicate of bug 1448022 update port IP, ipset member can't be updated in another host -- You received this bu

[Yahoo-eng-team] [Bug 1527145] Re: when port updated on one compute node, ipset in other compute nodes did not be refreshed

2015-12-23 Thread Zou Keke
This bug has been fixed on Master. https://review.openstack.org/#/c/177159/ ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1527145

[Yahoo-eng-team] [Bug 1528977] Re: Neutron router not working with latest iproute2 package included in CentOS-7.2-1511

2015-12-23 Thread Andrew Poltavchenko
** Also affects: centos Importance: Undecided Status: New ** No longer affects: centos -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1528977 Title: Neutron router not working

[Yahoo-eng-team] [Bug 1528977] [NEW] Neutron router does not work with latest iproute package included in CentOS-7.2-1511

2015-12-23 Thread Andrew Poltavchenko
Public bug reported: Seems that something has been changed in the new iproute version and now attempts to add more than one interface to router cause errors posted at the bottom. This affects neutron-l3-agent on CentOS-7.2-1511 and possible on RedHat (cannot check this). Quick solution is to simp

[Yahoo-eng-team] [Bug 1524220] Re: can update the gateway of subnet with needless "0" in the ip address via cli

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/255217 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d515a8db880388092b61f4649f8dd0b29a2c5de3 Submitter: Jenkins Branch:master commit d515a8db880388092b61f4649f8dd0b29a2c5de3 Author: Bo Chi Date: Thu Dec 10 08:42:26 2015 -050

[Yahoo-eng-team] [Bug 1528967] [NEW] Horizon doesn't create new scoped token when user role is removed

2015-12-23 Thread Mitali Parthasarathy
Public bug reported: When a user logs into Horizon an unscoped token is created using which a scoped token is obtained. I am logged into Horizon and remove myself from a project which is not the current active project. This results in all my scoped tokens getting invalidated. I have some API calls

[Yahoo-eng-team] [Bug 1528967] [NEW] Horizon doesn't create new scoped token when user role is removed

2015-12-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: When a user logs into Horizon an unscoped token is created using which a scoped token is obtained. I am logged into Horizon and remove myself from a project which is not the current active project. This results in all my scoped tokens getting invalidated.

[Yahoo-eng-team] [Bug 1507752] Re: Rally change breaks Keystone rally job

2015-12-23 Thread Andrey Kurilin
** Changed in: rally Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1507752 Title: Rally change breaks Keystone rally j

[Yahoo-eng-team] [Bug 1526976] Re: Any operation without token fails with internal server error for fernet token

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/259563 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=171f0e2193f336c02646e4366764d53336b10c8b Submitter: Jenkins Branch:master commit 171f0e2193f336c02646e4366764d53336b10c8b Author: Haneef Ali Date: Fri Dec 18 09:34:18 2015

[Yahoo-eng-team] [Bug 1527719] Re: Adding a VNIC type for physical functions

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/260574 Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=83284103d5ec9f37723d62910e2e9814c9db9810 Submitter: Jenkins Branch:master commit 83284103d5ec9f37723d62910e2e9814c9db9810 Author: Atsushi SAKAI Date: Tue Dec 22 13:50:02 2

[Yahoo-eng-team] [Bug 1528894] [NEW] Native ovsdb implementation not working

2015-12-23 Thread Mohammed Naser
Public bug reported: When trying to use the new native OVSDB provider, the connectivity never goes up due to the fact that what seems to be the db_set operation failing to change the patch ports from "nonexistant-peer" to the correct peer, therefore not linking the bridges together. https://githu

[Yahoo-eng-team] [Bug 1528895] [NEW] Timeouts in update_device_list (too slow with large # of VIFs)

2015-12-23 Thread Mohammed Naser
Public bug reported: In our environment, we have some large compute nodes with a large number of VIFs. When the update_device_list call happens on the agent start up: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L842 This ta

[Yahoo-eng-team] [Bug 1528877] Re: Libvirt can't honour user-supplied dev names

2015-12-23 Thread sean redmond
** Also affects: ubuntu Importance: Undecided Status: New ** No longer affects: ubuntu -- 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/1528877 Title: Libvirt c

[Yahoo-eng-team] [Bug 1514977] Re: Check if system supports TCP_KEEPIDLE

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/226773 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=29cb5490e3fb8b5c0a600adec768404b594a8bf8 Submitter: Jenkins Branch:master commit 29cb5490e3fb8b5c0a600adec768404b594a8bf8 Author: Julien Danjou Date: Wed Sep 23 15:05:28 2

[Yahoo-eng-team] [Bug 1528877] [NEW] Libvirt can't honour user-supplied dev names

2015-12-23 Thread sean redmond
Public bug reported: OpenStack liberty (Ubuntu 14.04) When creating a new instance via the dashboard and selecting 'boot from image (creates new volume)' the below is logged into nova-compute.log on the host the instance is deployed to: "Ignoring supplied device name: /dev/vda. Libvirt can't hon

[Yahoo-eng-team] [Bug 1528868] [NEW] Neutron-metering-agent failed to get traffic counters when xtables is locked

2015-12-23 Thread Sergey Belous
Public bug reported: In some cases, if we try to show iptables on router namespace manualy, where exist some rules created by meter-agent, we can see the following traces in meter-agent logs: 2015-12-17 08:49:14.709 ERROR neutron.agent.linux.utils [-] Exit code: 4; Stdin: ; Stdout: ; Stderr: Anot

[Yahoo-eng-team] [Bug 1528866] [NEW] gate-horizon-npm-run-test fails with Error: read ECONNRESET

2015-12-23 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/80/233880/3/gate/gate-horizon-npm-run- test/79077e7/console.html.gz 2015-12-17 09:41:13.102 | npm http GET https://registry.npmjs.org/event-emitter 2015-12-17 09:41:13.108 | 2015-12-17 09:41:13.109 | Error making request. 2015-12-17 09:41:13.109 | E

[Yahoo-eng-team] [Bug 1512416] Re: Glance doesn't catches exception NotFound from glance_store

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/241207 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=20d0c547cc15a5dccb8d0313144d6df8b668f01f Submitter: Jenkins Branch:master commit 20d0c547cc15a5dccb8d0313144d6df8b668f01f Author: Darja Shakhray Date: Tue Nov 3 16:30:58 201

[Yahoo-eng-team] [Bug 1528850] [NEW] log level of ProcessMonitor should not be ERROR

2015-12-23 Thread Zou Keke
Public bug reported: https://github.com/openstack/neutron/blob/master/neutron/agent/linux/external_process.py#L230 I suppose the log level should be info or warning. ** Affects: neutron Importance: Undecided Assignee: Zou Keke (zoukeke) Status: New ** Changed in: neutron

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/258988 Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=a90b16ca84edc19978117b2446f4b578bef4136f Submitter: Jenkins Branch:master commit a90b16ca84edc19978117b2446f4b578bef4136f Author: Shuquan Huang Date: Thu Dec 17

[Yahoo-eng-team] [Bug 1512416] Re: Glance doesn't catches exception NotFound from glance_store

2015-12-23 Thread Flavio Percoco
** Also affects: glance/kilo Importance: Undecided Status: New ** Also affects: glance/liberty Importance: Undecided Status: New ** Changed in: glance/kilo Importance: Undecided => Medium ** Changed in: glance Importance: Undecided => Medium ** Changed in: glance/liber

[Yahoo-eng-team] [Bug 1528834] [NEW] HostManager host_state_map should have synchronized access

2015-12-23 Thread Chris Dent
Public bug reported: Reporting this as a bug to get some discussion rolling on how best to fix it (or whether to fix it). I kind of assume this is a well known problem, but since the code isn't covered with NOTEs about it, I thought perhaps best to throw it up here. In nova's master branch as of

[Yahoo-eng-team] [Bug 1528805] Re: create_ipsec_site_connection call failed because of code inconsistency

2015-12-23 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1528435 *** https://bugs.launchpad.net/bugs/1528435 ** This bug has been marked a duplicate of bug 1528435 The gate test of VPNaaS is failing with AttributeError -- You received this bug notification because you are a member of Yahoo! Engineering Team, w

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2015-12-23 Thread OpenStack Infra
Reviewed: https://review.openstack.org/260498 Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=cdbf173c2c599e964f71a89a60215849704a9076 Submitter: Jenkins Branch:master commit cdbf173c2c599e964f71a89a60215849704a9076 Author: Janonymous Date: Mon Dec 21 18

[Yahoo-eng-team] [Bug 1528805] [NEW] create_ipsec_site_connection call failed because of code inconsistency

2015-12-23 Thread Andrey Pavlov
Public bug reported: EC2-API gating checks vpn functionality and it is broken two days due to vpn-ass. gating enables vpnass plugin and neutron gating fails on call - "neutron.create_ipsec_site_connection": REQ: curl -g -i -X POST http://127.0.0.1:9696/v2.0/vpn/ipsec-site- connections.json -H "

[Yahoo-eng-team] [Bug 1528777] [NEW] Remove not required packages in requirements.txt

2015-12-23 Thread Wang Bo
Public bug reported: We need remove the not using packages in requirements.txt, Otherwise the requirements.txt will be updated when global requirements updated unnecessarily. ** Affects: horizon Importance: Undecided Assignee: Wang Bo (chestack) Status: New ** Changed in: hor