[Yahoo-eng-team] [Bug 1508786] Re: Request for Liberty release of networking-ofagent

2015-10-21 Thread fumihiko kakuma
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1508786 Title: Request for Liberty release of networking-ofagent Stat

[Yahoo-eng-team] [Bug 1508791] [NEW] Sporadic Libvirt volume timing issue

2015-10-21 Thread Silvan Kaiser
Public bug reported: Sporadically a Cinder volume is unmounted previous to beeing required for a spawning VM in tempest tests. Example log data set at http://176.9.127.22:8081/refs- changes-66-235766-3/ For details search http://176.9.127.22:8081/refs- changes-66-235766-3/logs/screen-n-cpu.lo

[Yahoo-eng-team] [Bug 1508789] [NEW] Linux bridge agent "get_bridge_for_tap_device" can be optimized

2015-10-21 Thread Lan Qi song
Public bug reported: Currently, when lb agent need to get bridge for a tap device, it will iterate all the bridges and all the tap devices on each bridge to check which bridge the tap device bound to . It takes too much time. code: https://github.com/openstack/neutron/blob/master/neutron/plugi

[Yahoo-eng-team] [Bug 1508781] [NEW] remove bigswitch vendor plugin from Neutron core

2015-10-21 Thread Kanzhe Jiang
Public bug reported: bigswitch ML2 mech driver and L3 plugin are hosted in stackforge /networking-bigswitch repo. The code and entry points can be removed from Neutron. ** Affects: neutron Importance: Undecided Assignee: Kanzhe Jiang (kanzhe) Status: In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1508753] [NEW] Handling for capitalization in protocol/action field in firewall-rule-create

2015-10-21 Thread Reedip
Public bug reported: #High level description: Firewall Rule creation takes 2 necessary attributes: - protocol: takes tcp, udp, icmp, any - action: takes allow, deny ,reject Both these take values which are Capitalization dependent.User should be given the ability to provide data in a capitalizati

[Yahoo-eng-team] [Bug 1505894] Re: test_ha_router_failover fails with timeout

2015-10-21 Thread Armando Migliaccio
*** This bug is a duplicate of bug 1499647 *** https://bugs.launchpad.net/bugs/1499647 ** This bug is no longer a duplicate of bug 1505893 test_ha_router_failover fails with timeout ** This bug has been marked a duplicate of bug 1499647 test_ha_router fails intermittently -- You receiv

[Yahoo-eng-team] [Bug 1505895] Re: test_ha_router_failover fails with timeout

2015-10-21 Thread Armando Migliaccio
*** This bug is a duplicate of bug 1499647 *** https://bugs.launchpad.net/bugs/1499647 ** This bug is no longer a duplicate of bug 1505893 test_ha_router_failover fails with timeout ** This bug has been marked a duplicate of bug 1499647 test_ha_router fails intermittently -- You receiv

[Yahoo-eng-team] [Bug 1508692] [NEW] Material Design Theme Needs to Pad the Content Correctly

2015-10-21 Thread Diana Whitten
Public bug reported: A recent change fixed the sidebar height of the default theme but introduced a bug in the Large screen of the Material Design theme. https://www.dropbox.com/s/w1t5gz1xoeskpch/Screenshot%202015-10-21%2014.40.11.png?dl=0 ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1508687] [NEW] lbaasv2- Only uppercase string for protocol are accepted while creating listener

2015-10-21 Thread Manjeet Singh Bhatia
Public bug reported: while creating listener only upper case protocol value is accepted where as in neutron securitygroups both uppercase and lower case strings for protocol are accepted. try neutron lbaas-listener-create --loadbalancer --protocol http --protocol-port 80 You will see excepti

[Yahoo-eng-team] [Bug 1508688] [NEW] lbaasv2- Only uppercase string for protocol are accepted while creating listener

2015-10-21 Thread Manjeet Singh Bhatia
Public bug reported: while creating listener only upper case protocol value is accepted where as in neutron securitygroups both uppercase and lower case strings for protocol are accepted. try neutron lbaas-listener-create --loadbalancer --protocol http --protocol-port 80 You will see excepti

[Yahoo-eng-team] [Bug 1507055] Re: LBaaS 2.0: Listener create with no tenant id test issue

2015-10-21 Thread Manjeet Singh Bhatia
seems like this bug has been fixed not able to reproduce it ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1507055 Title: LBa

[Yahoo-eng-team] [Bug 1506177] Re: vm_state 'soft-delete' should be 'soft_deleted'

2015-10-21 Thread Tony Dunbar
@Markus: Thanks for the information. I don't know much about Nova, have mostly worked in Horizon thus far. Thinking about this some more, it might be safest to make a change in Horizon versus changing Nova and inadvertently causing a regression issue. I can add "soft-delete" to the list we us

[Yahoo-eng-team] [Bug 1508571] [NEW] Overview panels use too wide date range as default

2015-10-21 Thread Timur Sufiev
Public bug reported: Standard default date range for Overview panels (Project and Admin) is starting from first day of current month till today. This default causes long response times on environments with a lot data to crunch, which is worsened by the fact that Users are always redirected to Over

[Yahoo-eng-team] [Bug 1508568] [NEW] get_attachment_name() makes a lot of unnecessary calls to Nova

2015-10-21 Thread Timur Sufiev
Public bug reported: Due to some unexpected condition the `else` branch here https://github.com/openstack/horizon/blob/stable/juno/openstack_dashboard/dashboards/project/volumes/volumes/tables.py#L268 is often hit, this causes a lot of requests to Nova made while rendering Admin->Volumes panel (ev

[Yahoo-eng-team] [Bug 1482773] Re: H405 violations: multi line docstring summary not separated with an empty line

2015-10-21 Thread Dolph Mathews
** Also affects: keystoneauth Importance: Undecided Status: New ** Also affects: python-keystoneclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.la

[Yahoo-eng-team] [Bug 1506935] Re: Release Liberty for vmware-nsx subproject

2015-10-21 Thread Kyle Mestery
This was released. ** Changed in: vmware-nsx Status: Confirmed => Fix Released ** Changed in: neutron Status: Confirmed => Fix Released ** Changed in: neutron Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1508554] [NEW] api.nova.Server makes suboptimal calls to Glance

2015-10-21 Thread Timur Sufiev
Public bug reported: Each access to Server.image_name property may result in a call to Glance API (see https://github.com/openstack/horizon/blob/8.0.0/openstack_dashboard/api/nova.py#L118) which is suboptimal and leads to many unnecessary requests when Server() is invoked from server_list() functi

[Yahoo-eng-team] [Bug 1508543] [NEW] AuthorizedKeysFile in match block will prevent default user login

2015-10-21 Thread Antoine Jacoutot
Public bug reported: Hi. Consider the following sshd_config which is pretty standard with only an added "Match" block. -8< <...> Port 22 AuthorizedKeysFile%h/.ssh/authorized_keys <...> Match group foobar AuthorizedKeysFile /etc/ssh/authorizedke

[Yahoo-eng-team] [Bug 1482773] Re: H405 violations: multi line docstring summary not separated with an empty line

2015-10-21 Thread Lance Bragstad
** Also affects: keystonemiddleware Importance: Undecided Status: New ** Changed in: keystonemiddleware Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1508530] [NEW] _kill_process return value are not used

2015-10-21 Thread ZongKai LI
Public bug reported: As a "private" method, class AsyncProcess method _kill_process return value seems useless. And currently, they are only used in UT. Maybe we should remove useless return value. ** Affects: neutron Importance: Undecided Assignee: ZongKai LI (lzklibj) Status

[Yahoo-eng-team] [Bug 1508526] [NEW] Karma test coverage reports are hidden by default

2015-10-21 Thread Rob Cresswell
Public bug reported: Karma test coverage reports are hidden files by default. There's no reason for them to be hidden, and they are more accessible as regular files. ** Affects: horizon Importance: Wishlist Assignee: Rob Cresswell (robcresswell) Status: In Progress -- You rec

[Yahoo-eng-team] [Bug 1507748] Re: Request to release 'networking-ale-omniswitch' sub-project as part of Liberty main release

2015-10-21 Thread Kyle Mestery
Do you want the neutron release team to release only the 1.0.0 release of this to PyPi? ** Changed in: neutron Status: New => Confirmed ** Also affects: networking-ale-omniswitch Importance: Undecided Status: New ** Changed in: networking-ale-omniswitch Status: New => Con

[Yahoo-eng-team] [Bug 1504536] Re: Provide stevedore aliases for interface_driver option

2015-10-21 Thread Martin Hickey
** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack Assignee: (unassigned) => Martin Hickey (martin-hickey) ** Changed in: devstack Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineeri

[Yahoo-eng-team] [Bug 1508430] [NEW] Remove deadcode from neutron.common.utils

2015-10-21 Thread Bogdan Tabor
Public bug reported: neutron.common.utils contains methods not used anywhere withing neutron projects: neutron/neutron/common/utils.py:def read_cached_file(filename, cache_info, reload_func=None): neutron/neutron/common/utils.py:def find_config_file(options, config_file): neutron/neutron/common

[Yahoo-eng-team] [Bug 1508421] [NEW] Projects dropdown fails due to incomplete Keystone endpoint URL

2015-10-21 Thread Johannes Grassler
Public bug reported: Problem Description === The 'Projects' dropdown in our Horizon dashboard (the one on the top left) is empty since we switched to Openstack Kilo. We investigated the issue and found the following error message in horizon.log: AuthorizationFailure: Authorizat

[Yahoo-eng-team] [Bug 1508384] [NEW] QoS proxy functions

2015-10-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: The current QoS API is structured so that rules that are added to the API need to be added to the neutron client as well. I propose the use of proxy functions in neutron that determine which functions to use based on the rule type retrieved using the rul

[Yahoo-eng-team] [Bug 1508384] [NEW] QoS proxy functions

2015-10-21 Thread David Shaughnessy
Public bug reported: The current QoS API is structured so that rules that are added to the API need to be added to the neutron client as well. I propose the use of proxy functions in neutron that determine which functions to use based on the rule type retrieved using the rule_id or specified thr

[Yahoo-eng-team] [Bug 1506036] Re: Horizon only supports a 'volumev2' endpoint

2015-10-21 Thread Rob Cresswell
** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1506036 Title: Horizon only supports a 'volumev2' endpoint Stat

[Yahoo-eng-team] [Bug 1508359] [NEW] Can't create images with specified owner in v2

2015-10-21 Thread wangxiyuan
Public bug reported: Reproduce: env: devstack-glance(master), ubuntu 14.04, tenant:admin,demo 1.use admin tenant. 2.create an image with command: glance image-create --owner (demo tenant id) result: 403 Forbidden: Attribute 'owner' is reserved. (HTTP 403) except: the image could be create