[Yahoo-eng-team] [Bug 1262529] [NEW] Floating IP takes too long to update in nova and even longer for multiple VMs

2013-12-18 Thread Yair Fried
Public bug reported: Associating Floating IP with neutron takes too long to show up in VM's details ('nova show' or 'compute_client.servers.get()') and even longer when there's more than 1 VM involved. when launching 2 VMs with floating IP you can see in the log that it passes once: "unchecked f

[Yahoo-eng-team] [Bug 1262488] [NEW] bigswitch multi-tenant floating IP loss

2013-12-18 Thread Kevin Benton
Public bug reported: The bigswitch plugin fails to use the admin context to update the floating IPs on the backend controller. When one tenant assigns a floating IP, the update to the controller doesn't contain the floating IPs of the other tenants so the controller thinks they have been remov

[Yahoo-eng-team] [Bug 1262480] [NEW] All API controllers inherit from wsgi.Controller

2013-12-18 Thread ling-yun
Public bug reported: Most of the Nova Public API Controllers inherit from wsgi.Controller, but still some Nova Public APIs controllers directly inherit from object. So it's necessary to unify all the Nova Public API Controllers inherit from wsgi.Controller. ** Affects: nova Importance: Undec

[Yahoo-eng-team] [Bug 1262467] [NEW] Networkx not getting packaged (due to unpackaged files)

2013-12-18 Thread Joshua Harlow
Public bug reported: Seems like when py2rpm builds networkx -> rpm (for that taskflow project) the rpm has doc examples that are getting left out of packaging, likely we need to remove those or include those to avoid these errors. ** Affects: anvil Importance: Critical Assignee: Joshua

[Yahoo-eng-team] [Bug 1262464] [NEW] enable_snat does not work in MidoNet

2013-12-18 Thread Joe Mills
Public bug reported: Midonet does not currently support the "enable_snat" option in its plugin. This bug is fix the plugin to support that option. ** Affects: neutron Importance: Undecided Assignee: Joe Mills (joe-6) Status: New ** Tags: havana-backport-potential midonet **

[Yahoo-eng-team] [Bug 1262461] [NEW] resize auto-confirmation failed with nova-conductor because of db access in nova-compute

2013-12-18 Thread wangpan
Public bug reported: this bug is similar to https://bugs.launchpad.net/nova/+bug/1158897 but this bug is cause by _reserve_quota_delta() method, which will need to access DB if quota delta is not empty, the trace log is: 2013-12-19 01:39:40.879 ERROR nova.compute [-] No db access allowed in nova

[Yahoo-eng-team] [Bug 1262450] [NEW] Nova doesn't update vnc listen address during migration with libvirt

2013-12-18 Thread Dmitry Borodaenko
Public bug reported: Nova should update VNC listen address in libvirt.xml to the destination node's vncserver_listen setting on completing migration. Without that, the only way to make VMs accessible over VNC after migration is to set vncserver_listen to 0.0.0.0 as recommended in: http://docs.ope

[Yahoo-eng-team] [Bug 1184470] Re: baremetal driver needs a state between "building" and "deploying"

2013-12-18 Thread Devananda van der Veen
I took a look at the Ironic PXE driver's handling of this sort of situation, and while I think it's OK and not affected by the precise circumstances described in this bug, I think there may be some similar difficulty in determining why a deploy failed part-way through. I've tagged the bug as also-

[Yahoo-eng-team] [Bug 1262424] [NEW] Files without code should not contain copyright notices

2013-12-18 Thread Maru Newby
Public bug reported: Due to a recent policy change in HACKING (http://docs.openstack.org/developer/hacking/#openstack-licensing), empty files should no longer contain copyright notices. ** Affects: neutron Importance: Undecided Status: New ** Tags: low-hanging-fruit ** Tags added

[Yahoo-eng-team] [Bug 1261430] Re: Port opening in security group doesn't apply to existing VMs

2013-12-18 Thread Andrew Lazarev
Ignore the bug. The problem was with image used. ** Changed in: neutron Status: New => 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/1261430 Title: Port opening in secur

[Yahoo-eng-team] [Bug 1262376] [NEW] Image Name Drop-Down in Launch Instance Dialog Is Not Sorted

2013-12-18 Thread Robert C. Barth
Public bug reported: Navigate to Instances: Launch Instance. The Launch Instance dialog will appear. Choose Instance Boot Source -> Boot from Image. Assuming you have some images to choose from, click the Image Name drop-down and you'll notice that the list is in reverse order that the images were

[Yahoo-eng-team] [Bug 1253980] Re: DoS attack via setting os_type in snapshots (CVE-2013-6437)

2013-12-18 Thread Thierry Carrez
OSSA 2013-037 ** Changed in: ossa Status: Fix Committed => Fix Released ** Summary changed: - DoS attack via setting os_type in snapshots (CVE-2013-6437) + [OSSA 2013-037] DoS attack via setting os_type in snapshots (CVE-2013-6437) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1262360] [NEW] Unable to delete domain if user from other domain was added

2013-12-18 Thread Sergii Kashaba
Public bug reported: I tried a use case where I 1. Have list of users (in the LDAP) in the default domain 2. Create domain 3. Add member role to user for the new domain 4. Remove role 5. Try do delete domain And there I got the problem {"domain": {"enabled": false, "id": "5bc213efd70e4ec197c8a

[Yahoo-eng-team] [Bug 1262328] [NEW] HEAT - Validation of a template does not display the correct error message

2013-12-18 Thread Sayaji Patil
Public bug reported: If the heat template from a file source does not have the right syntax, the error displayed in horizon is "An unknown problem occurred validating the template." Heat engine is returning an error with an error message but that message is not propagated to the end user. This

[Yahoo-eng-team] [Bug 1262325] [NEW] unit tests needed to validate policy exceptions for all available actions

2013-12-18 Thread Tushar
Public bug reported: We need a suite of unit tests that iterate through each available rule in policy.json, converts them all into admin-only actions, and asserts if a valid policy exception is raised when those actions are performed by a non-admin. Currently there are tests that validate if poli

[Yahoo-eng-team] [Bug 1260432] Re: nova-compute can't be setting up during install on trusty

2013-12-18 Thread Joe Gordon
Ming Lei, that is an issue with the ubuntu packaging of nova not of nova itself. it looks like you are having a dependency issue with WebOb. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1262176] Re: EC2: 'io1' type volume should also return IOPS associated with it

2013-12-18 Thread Joe Gordon
** Also affects: cinder Importance: Undecided Status: New -- 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/1262176 Title: EC2: 'io1' type volume should also retu

[Yahoo-eng-team] [Bug 1262288] [NEW] ignored VimFaultException showing up in nova unit test logs

2013-12-18 Thread Matt Riedemann
Public bug reported: This started showing up recently in the nova unit tests: Exception nova.virt.vmwareapi.error_util.VimFaultException: VimFaultException() in > ignored Exception nova.virt.vmwareapi.error_util.VimFaultException: VimFaultException() in > ignored Exception nova.virt.vmwareapi.e

[Yahoo-eng-team] [Bug 1262233] [NEW] Glance's quota don't clean image_data if limit is reached

2013-12-18 Thread Flavio Percoco
Public bug reported: When the quota limit is reached, the image location is not cleaned up[0]. Notice that at this point *just* the locaiton should be deleted since the image data upload didn't succeed and the store should have already cleaned up the partially uploaded data. https://github.com/op

[Yahoo-eng-team] [Bug 1262223] [NEW] Wrap call to extension_supported on Launch Instance with try/except

2013-12-18 Thread Lin Hua Cheng
Public bug reported: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py#L142 if api.nova.extension_supported("BlockDeviceMappingV2Boot", request): source_type_c

[Yahoo-eng-team] [Bug 1262206] [NEW] xenapi: server gets deleted under certain live-migrate error conditions

2013-12-18 Thread John Garbutt
Public bug reported: Any errors after the XenServer migrate command completes currently can cause the users VM to be deleted. While there should be some cleanup performed, deleting the VM does not make sense for the XenAPI driver. ** Affects: nova Importance: Medium Assignee: John Garb

[Yahoo-eng-team] [Bug 1262176] [NEW] EC2: 'io1' type volume should also return IOPS associated with it

2013-12-18 Thread Rushi Agrawal
Public bug reported: This patch https://review.openstack.org/#/c/61041 exposes volume type in the EC2 API. Amazon's API documentation says that if the volume type is 'io1', that is, if the volume has guaranteed IOPS set for it, a 'DescribeVolumes' call should return the IOPS for such volumes. We n

[Yahoo-eng-team] [Bug 1261738] Re: Openstack Glance: user_total_quota calculated incorrectly

2013-12-18 Thread Zhi Yan Liu
I think we need do this to fix this defect, i verified it in my dev local. http://paste.openstack.org/show/55299/ ** Changed in: glance Status: Invalid => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. h

[Yahoo-eng-team] [Bug 1262162] [NEW] nvp: IP allocation conflict while deleting metadata network

2013-12-18 Thread Salvatore Orlando
Public bug reported: This has been found while running automated testing: 71441:2013-12-17 08:33:57.127 DEBUG neutron.db.db_base_plugin_v2 [req-ba712d02-26ac-4e31-8613-de1a4558b028 None None] Recycle 169.254.169.254 from (pid=29594) _recycle_ip /opt/stack/neutron/neutron/db/db_base_plugin_v2.p

[Yahoo-eng-team] [Bug 1262156] [NEW] nicira: _update_fip_assoc triggers eventlet deadlock

2013-12-18 Thread Salvatore Orlando
Public bug reported: in neutron/l3_db.py _update_fip_assoc is executed from within a database transaction. The same routine for the nvp plugin executes backend operations such as updating the nat rules and ip addresses on the nvp platform, thus potentially triggering the deadlock with another mys

[Yahoo-eng-team] [Bug 1262154] [NEW] HTTP 500 on update_server_metadata (DB deadlock)

2013-12-18 Thread Simon Pasquier
Public bug reported: Tempest console = 2013-12-18 10:32:34.092 | == 2013-12-18 10:32:34.094 | FAIL: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata[gate] 2013-12-1

[Yahoo-eng-team] [Bug 1262148] [NEW] duplicated definition of config option memcached_servers

2013-12-18 Thread Lianhao Lu
Public bug reported: When using the latest config generator from oslo-incubator, see https://review.openstack.org/62815, and trying to generate the nova.conf.sample by using the following commands: NOVA_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token tools/config/generate_samp

[Yahoo-eng-team] [Bug 1262126] [NEW] tempest.api.network.admin.test_agent_management.AgentManagementTestXML.test_list_agent[gate, smoke] failed on pg

2013-12-18 Thread Irena Berezovsky
Public bug reported: http://logs.openstack.org/03/60203/2/check/check-tempest-dsvm-neutron- pg/f4433f2/ FAIL: tempest.api.network.admin.test_agent_management.AgentManagementTestXML.test_list_agent[gate,smoke] 2013-12-18 06:25:32.632 | tempest.api.network.admin.test_agent_management.AgentManagem

[Yahoo-eng-team] [Bug 1262122] [NEW] Clean up routes on FIP disassociation in Midonet plugin

2013-12-18 Thread Joe Mills
Public bug reported: The update of the floatingip_db was happening before the disassociation, so the disassociation happened on new data. The old data was required to identify the router_id. This fix changes the order of the disassociation and the floatingip_db update. This fix has the side aff

[Yahoo-eng-team] [Bug 1261738] Re: Openstack Glance: user_total_quota calculated incorrectly

2013-12-18 Thread Fei Long Wang
I tested it with my local env and can't reproduce it. And after reviewed the code, I don't think the 'killed' image size will be counted. See https://github.com/openstack/glance/blob/master/glance/db/sqlalchemy/api.py#L716 In other words, the size will multiply the number of locations. However, th

[Yahoo-eng-team] [Bug 1262089] [NEW] Tracebacks in py26 unit test console logs related to metadata agent

2013-12-18 Thread Oleg Bondarev
Public bug reported: After adding state reporting to metadata agent following tracebacks appeared in py26 unit test console logs: 2013-11-22 15:08:33.914 | ERROR:neutron.agent.metadata.agent:Failed reporting state! 2013-11-22 15:08:33.914 | Traceback (most recent call last): 2013-11-22 15:08:33.