[Yahoo-eng-team] [Bug 1603861] [NEW] wrong check condtion for revoke event

2016-07-17 Thread Dave Chen
Public bug reported: Keystone has the code to prevent `None` value to be returned when list revoke event, but there is wrong check condition that leads to access_token_i with None returned to end user. see code here.

[Yahoo-eng-team] [Bug 1603859] [NEW] Could not load neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver

2016-07-17 Thread Rabi Mishra
Public bug reported: It seems the recent change[1] has broken the heat gate. The neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver could not be loaded(used by heat) as you can see in the log[2] Heat tests fail with the following error, as it can't reach the lb url.

[Yahoo-eng-team] [Bug 1603860] [NEW] Could not load neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver

2016-07-17 Thread Rabi Mishra
Public bug reported: It seems the recent change[1] has broken the heat gate. The neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver could not be loaded(used by heat) as you can see in the log[2] Heat tests fail with the following error, as it can't reach the lb url.

[Yahoo-eng-team] [Bug 1603850] Re: Can not remote debug on windows

2016-07-17 Thread Brandon Logan
have you enabled gevent debugging in pycharm? Also, I assume you are running pycharm in windows but neutron-server or the agents you want to debug are running on CentOS7. In which case you are probably adding a remote interpreter in pycharm. So gevent debugging will probably solve this for you.

[Yahoo-eng-team] [Bug 1580443] Re: Unable to run tox

2016-07-17 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1582159] Re: OVS Mech: Set hybrid plug based on agent config

2016-07-17 Thread Launchpad Bug Tracker
[Expired for openstack-manuals because there has been no activity for 60 days.] ** Changed in: openstack-manuals Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1582602] Re: part of external pid files left when ha router is deleted

2016-07-17 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1582602

[Yahoo-eng-team] [Bug 1603850] [NEW] Can not remote debug on windows

2016-07-17 Thread kramer
Public bug reported: The neutron runs on CentOS7 and my development environment is Windows 10. The IDE I use is PyCharm 5. To remote debug neutron with Pydevd module, you need to change the code of neutron/common/eventlet_utils.py from eventlet.monkey_patch to

[Yahoo-eng-team] [Bug 1503182] Re: 'edit flavor' and 'modify access' both opening the same flavor access tab

2016-07-17 Thread Richard Jones
Cannot reproduce this bug by following the instructions in the OP. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1603833] [NEW] If we need a host filter in neutron ?

2016-07-17 Thread QunyingRan
Public bug reported: There is no host filter in neutron to ensure resources available for network when booting instance。 Now, when booting instance, nova will select one host and send message to neutron agent, but the agent is inactive actually. For bandwith, it's limited in physical interfaces,

[Yahoo-eng-team] [Bug 1603830] [NEW] Azure data source cannot generate public ssh key

2016-07-17 Thread Ian Duffy
Public bug reported: Given the following code on a EL based distribution: ``` def crtfile_to_pubkey(fname): pipeline = ('openssl x509 -noout -pubkey < "$0" |' 'ssh-keygen -i -m PKCS8 -f /dev/stdin') (out, _err) = util.subp(['sh', '-c', pipeline, fname], capture=True)

[Yahoo-eng-team] [Bug 1568150] Re: xenial lxc containers not starting

2016-07-17 Thread Anastasia
** Changed in: juju-core Status: Incomplete => Won't Fix ** Changed in: juju-core Status: Won't Fix => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1568150

[Yahoo-eng-team] [Bug 1600697] Re: Using VMware NSXv driver, when update the port with specified address pair, got exception

2016-07-17 Thread Gary Kotton
** Project changed: neutron => vmware-nsx -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1600697 Title: Using VMware NSXv driver, when update the port with specified address pair, got

[Yahoo-eng-team] [Bug 1556260] Re: cloud-init fails to grow disk on physical servers with multipath.

2016-07-17 Thread Mathew Hodson
** Package changed: centos => cloud-init (Ubuntu) ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1556260 Title:

[Yahoo-eng-team] [Bug 1470341] Re: Cannot remove host from aggregate if host has been deleted

2016-07-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/306192 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1abac25fd2967be00c4d584c06ba15ca4e8d04cc Submitter: Jenkins Branch:master commit 1abac25fd2967be00c4d584c06ba15ca4e8d04cc Author: Danil Akhmetov Date:

[Yahoo-eng-team] [Bug 1595587] Re: Cannot save HostMapping object

2016-07-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/332017 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=daad6c26ecf4e6c32e74d1db0510d40b820d612d Submitter: Jenkins Branch:master commit daad6c26ecf4e6c32e74d1db0510d40b820d612d Author: Andrey Volkov Date:

[Yahoo-eng-team] [Bug 1603736] [NEW] Remove already deprecated ec2 api code

2016-07-17 Thread yatin
Public bug reported: As per Sean Dague's below comment in review:- https://review.openstack.org/#/c/279721 the unnecessary code is to be removed:- # NOTE(sdague): this whole file is safe to remove in Newton. We just # needed a release cycle for it. File: nova/api/ec2/__init__.py ** Affects:

[Yahoo-eng-team] [Bug 1603728] [NEW] search with error regex causes a 500 error

2016-07-17 Thread wanghongxu
Public bug reported: Description === When I search instance with a wrong regx, such as '+', nova-api will return a 500 error. Steps to reproduce == nova list --name + Expected result === After the execution of the steps above, We can get a prompt of regx