[Yahoo-eng-team] [Bug 1407915] [NEW] libvirt: Leverage xpath instead of searching manully

2015-01-06 Thread ChangBo Guo(gcb)
Public bug reported: libvirt use xml format to create/describe domain, add/delete devices. There are some codes hadle xml search by manul like: ret = doc.findall('./devices/disk') for node in ret: for child in node.getchildren(): if child.tag == 'target':

[Yahoo-eng-team] [Bug 1407885] [NEW] os-tenant-networks API of v2.1 fails

2015-01-06 Thread Ken'ichi Ohmichi
Public bug reported: Now os-tenant-networks API of v2.1 fails like the following: $ curl -i 'http://192.168.11.62:8774/v2.1/0d012e420eab4947a8adcaa37f5073e9/os- tenant-networks' -X GET .. HTTP/1.1 500 Internal Server Error X-Openstack-Compute-Api-Version: 2.1 Vary:

[Yahoo-eng-team] [Bug 1407886] [NEW] can not control policy using policy.json

2015-01-06 Thread Yushiro FURUKAWA
Public bug reported: Some neutron resource can not apply the policy control using policy.json when create/update/delete the resource. Following resources can not apply the policy control: * firewall_policy * ipsec_policy * ikepolicy This bug occurs the following case(example): If the

[Yahoo-eng-team] [Bug 1407887] [NEW] Linux bridge agent should also handle empty before/after notifications properly

2015-01-06 Thread KaiLin
Public bug reported: I am seeing the bug: https://bugs.launchpad.net/neutron/+bug/1367881 And it fixed the bug by handling empty before/after notifications in l2pop code. Then I find there is the same problem in the method _fdb_chg_ip of linuxbridge_neutron_agent. after = state.get('after')

[Yahoo-eng-team] [Bug 1407893] [NEW] nova-network does not use interface for floating ip-SNAT-rule

2015-01-06 Thread Eckebrecht von Pappenheim
Public bug reported: I created a pool of floating IPs with nova-manage floating create --ip_range=10.10.251.8/29 --pool testnetz --interface vlan251 But nova-network does use the default public_interface when creating the SNAT-Rule: Chain nova-network-float-snat (1 references)  pkts bytes

[Yahoo-eng-team] [Bug 1407936] [NEW] service_update in conductor can be a async call

2015-01-06 Thread jichenjc
Public bug reported: https://bugs.launchpad.net/nova/+bug/1331537 reported an error for processing conductor returned data actually ,the service_update is only a timely function to update conductor service data and we don't need to keep it as a 'call' API, instead, a 'cast' is fine because we

[Yahoo-eng-team] [Bug 1403068] Re: Tests fail with python 2.7.9

2015-01-06 Thread James Page
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) = James Page (james-page) ** Changed in: neutron Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1407939] [NEW] _poll_volume_usage and _heal_instance_info_cache should allow default 0 value

2015-01-06 Thread jichenjc
Public bug reported: currently timely function _poll_volume_usage and _heal_instance_info_cache don't allow CONF.volume_usage_poll_interval, CONF.heal_instance_info_cache_interval to be 0 respectively ,otherwise the function will not be executed oslo already checked _periodic_spacing if it's

[Yahoo-eng-team] [Bug 1407959] [NEW] 'Unable to retrieve the agent ip' when using l2population mechnism driver

2015-01-06 Thread Itzik Brown
Public bug reported: If there is more than one agent per host even when there is just one alive l2_population doesn't work i.e. the tunnel isn't brought up. There is an error in Neutron's log: Unable to retrieve the agent ip, check the agent configuration. When deleting the dead agent using

[Yahoo-eng-team] [Bug 1407981] [NEW] Several tests run slow because of missing API mocks causing them to wait for a timeout

2015-01-06 Thread Sam Betts
Public bug reported: When calling run_tests.sh several tests take far longer to run than others and on closer inspection of the specific tests, it appears that in many cases the mocks for some of the API services have been left out, but no error/timeout message is appearing in the logs because

[Yahoo-eng-team] [Bug 1407987] [NEW] ML2 Cisco replay Cfg on loss of Nexus connect

2015-01-06 Thread Carol Bouchard
Public bug reported: When the connection to Nexus is lost, replay occurs only when a transaction is incomplete. Performing 'copy run start' is not an optimum solution. Instead we need to detect when the connection is lost even if there is not transaction in flight. Then tickle the replay code

[Yahoo-eng-team] [Bug 1408090] [NEW] loading status is missing when DB Instance is in Build state

2015-01-06 Thread Amogh
Public bug reported: loading status is missing when DB Instance is in Build state Steps to reproduce the issue: 1. Login to devstack 2. Create the DB instance 3. Observe that Loading status is missing when the DB is in Build state. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1408070] [NEW] Instance crashes when guest topology is being requested

2015-01-06 Thread Vladik Romanovsky
Public bug reported: The current version of Libvirt in the gate doesn't return mempages in numa cells. When requesting guest topology the instance is crashing with the following: [instance: 730a2e16-c81c-44b6-b9b5-5c073feff9ce] Instance failed to spawn Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1408164] [NEW] DHCP agent slowness

2015-01-06 Thread Aleksandr Shaposhnikov
Public bug reported: Basically in case of rescheduling dhcp agent (or restarting existing one) it took a lot of time to create everything for servicing dhcp requests in tenant networks (namespaces,dnsmasq,iptables,flows). Basically starting of 708 networks on one dhcp-agent will took around 1

[Yahoo-eng-team] [Bug 1276694] Re: Openstack services should support SIGHUP signal

2015-01-06 Thread Andrew Lazarev
** Also affects: sahara Importance: Undecided Status: New ** Changed in: sahara Status: New = Confirmed ** Changed in: sahara Assignee: (unassigned) = Andrew Lazarev (alazarev) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1408122] [NEW] Cells service_get_by_compute_host fails on object conversion

2015-01-06 Thread Andrew Laski
Public bug reported: When pulling service information on a compute node with cells there is a failure to convert the compute node db dict into an object. This is due to the id field being of the form 'region!child@1' while the compute_node object id field is expected to be an int. 2015-01-06

[Yahoo-eng-team] [Bug 1408142] [NEW] nova-network fails to initialize gateway device if the interface address has 'dynamic' flag

2015-01-06 Thread Tomoki Sekiyama
Public bug reported: If the network interface address has dynamic flag, nova-network fails to start. This is because ip addr command only accept 'dynamic' flag for IPv6 address, but not for IPv4 address. For example: $ ip addr show dev eth0 scope global 2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP

[Yahoo-eng-team] [Bug 1408127] [NEW] port binding fails for HA port with linuxbridge

2015-01-06 Thread Mathieu Rohon
Public bug reported: testbed : linuxbridge + vxlan + l3_ha 2 nodes : 1.ctrl, net, cpu 2. net with q-agt and q-l3 ML2 is unable to bind HA port on node 2, while the port is correctly bound on node 1 here are the logs : 2015-01-06 23:12:42.744 DEBUG neutron.plugins.ml2.managers

[Yahoo-eng-team] [Bug 1408176] [NEW] Nova instance not boot after host restart but still show as Running

2015-01-06 Thread Zhenzan Zhou
Public bug reported: The nova host lost power and after restarted, the previous running instance is still shown in Running state but actually not started: root@allinone-controller0-esenfmnxzcvk:~# nova list

[Yahoo-eng-team] [Bug 1408184] [NEW] 2 password visibility icons after the first time of invalid username and password

2015-01-06 Thread Wu Hong Guang
Public bug reported: Testing step: 1: login as demo1 with a invalid password 2: login again as demo1 3: there are 2 password visibility icons when input password ** Affects: horizon Importance: Undecided Status: New ** Tags: ie ** Attachment added: Capture.JPG

[Yahoo-eng-team] [Bug 1408193] [NEW] Roter interface fails to delete the interface with the updated port device id

2015-01-06 Thread Abhishek G M
Public bug reported: Test to update the port device-id with a new router Steps: 1) Create a network 2) Create a subnet 3) Create two routers with name router1 and router2 4) Add router1 interface with subnet 5 )update the port with new device-id i.e with router2 6) Delete the router2 interface

[Yahoo-eng-team] [Bug 1408185] [NEW] Terminate Instance is confusing. Delete instance looks appropriate

2015-01-06 Thread Akihiro Motoki
Public bug reported: In Horizon, Terminate Instance is used for the action menu corresponding to nova delete server. Terminate Instance actually will delete a given server. However, from what I have heard from end-users not familiar with OpenStack dashboard, it seems end-users do not associate

[Yahoo-eng-team] [Bug 1408164] Re: DHCP agent slowness

2015-01-06 Thread Kevin Benton
Try increasing num_sync_threads in dhcp_agent.ini to 50 or so. ** Changed in: neutron Status: New = Invalid ** Changed in: neutron Status: Invalid = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1408220] [NEW] no password eye-icon is shown for initial page

2015-01-06 Thread Masco Kaliyamoorthy
Public bug reported: in the initial page while entering the username and password the password eye-icon is not shown. i,e the address is just the http://ip/port but if you go to auth/login page the eye-icon is shown. attached the initial page ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1407736] Re: python unit test jobs failing due to subunit log being too big

2015-01-06 Thread Matt Riedemann
*** This bug is a duplicate of bug 1407778 *** https://bugs.launchpad.net/bugs/1407778 ** This bug has been marked a duplicate of bug 1407778 pkg_resources has deprecated load(require=False) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1382016] Re: PIL is deprecated in lodgeit

2015-01-06 Thread Joe Gordon
This is an openstack infra bug not a nova bug. AFAIK infra is now using storyboard for bugs: https://storyboard.openstack.org ** Changed in: nova Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1408024] [NEW] Wrong processing BadRequest while adding security group rule

2015-01-06 Thread Eugeniya Kudryashova
Public bug reported: There is a couple of ways to obtain BadRequest from Neutron in neutron driver of security groups. As an example try to add below security group rule: nova --debug secgroup-add-rule default icmp -1 255 0.0.0.0/0 Attempt fails and Neutron raises BadRequest. But neutron driver