[Yahoo-eng-team] [Bug 1360104] [NEW] bind_router fails to log proper error message

2014-08-22 Thread IWAMOTO Toshihiro
Public bug reported: auto_schedule_routers can call bind_router within a transaction. If a DBDuplicateEntry exception happens in bind_router in such a case, the access to chosen_agent.id causes another exception as the outer transaction is already aborted, resulting in a useless debug log. **

[Yahoo-eng-team] [Bug 1360109] [NEW] nova evacuate error on boot from volume vm

2014-08-22 Thread 7.NoJ
Public bug reported: When I evacuate a down host vm, and if the vm is boot from volume, it is said that there is a volume attach to it. And when rebuilding the vm in another host, it appear this error: message: internal error: process exited while connecting to monitor: W: kvm binary is

[Yahoo-eng-team] [Bug 1360113] [NEW] V2 hypervisors Unit Test tests hypervisors API as non Admin

2014-08-22 Thread Ghanshyam Mann
Public bug reported: hypervisors API are Admin API and unit tests should test those accordingly. But All the V2 hypervisors Unit tests (https://github.com/openstack/nova/blob/master/nova/tests/api/openstack/compute/contrib/test_hypervisors.py) tests those as a non Admin API. Issue is in

[Yahoo-eng-team] [Bug 1360119] [NEW] Nova-compute bug with libvirt 1.2.7

2014-08-22 Thread David Hill
Public bug reported: Hello, I have successfully compiled libvirt 1.2.7 and qemu 2.1.0 but had some troubles with nova-compute. It appears like libvirt is throwing back an error if a nwfilter is already present. Here is my debug log: 2014-08-22 08:22:25.032 15354 DEBUG

[Yahoo-eng-team] [Bug 1360117] [NEW] delete image emits failure message

2014-08-22 Thread Kui Shi
Public bug reported: When upgrading Openstack, we need backup the vm, and restore them in new version of openstack. so we may need to save the vm snapshot image named by its vm uuid. If we glance image-create the vm image, and name it with uuid, then delete it, there will be failure message:

[Yahoo-eng-team] [Bug 1355634] Re: reschedule error after creating an instance from a remote volume failed

2014-08-22 Thread zhangtralon
** Changed in: nova Status: New = Invalid -- 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/1355634 Title: reschedule error after creating an instance from a remote

[Yahoo-eng-team] [Bug 1360139] [NEW] Live migration hosts dropbox should contain service host

2014-08-22 Thread mouadino
Public bug reported: To populate the available hosts in the live migration form, horizon use hypervisor hostname else nova api want the service host, which is not the same thing. openstack_dashboard/dashboards/admin/instances/forms.py: def populate_host_choices(self, request, initial):

[Yahoo-eng-team] [Bug 1360145] [NEW] ovs-agent: mod-flow shouldn't be used to add flows

2014-08-22 Thread Zang MingJie
Public bug reported: Although when calling ovs-ofctl mod-flows can be used to add flows, but it is not intended, we should avoid the case. In ovs-agent, when setup tunnel network, the agent use mod flow to add flows, it should be fixed. 470 if network_type in

[Yahoo-eng-team] [Bug 1274034] Re: Neutron firewall anti-spoofing does not prevent ARP poisoning

2014-08-22 Thread Robert Clark
Personally I think this is pretty severe as it's a failure to provide fundamental separation that is a base requirement of a multi-tenant compute platform. However, I've added it to the OSSN queue to document the issue. ** Also affects: ossn Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1360151] [NEW] utils.chunkreadable is not returning the correct chunk

2014-08-22 Thread Masashi Ozawa
Public bug reported: During the testing with the master glance with S3, we found that utils.chunkreadable is not returning the correct chunk if the image location URL is specified. Because Implemented S3 multi-part upload functionality (https://review.openstack.org/#/c/49316/) is merged into

[Yahoo-eng-team] [Bug 1360171] [NEW] Booting multiple instances image name disappears

2014-08-22 Thread Sam Betts
Public bug reported: Using standard devstack with neutron, when booting multiple instances (8) using the instances count field in the Launch instance form, while the instances were spawning their image name field changed between the actual image name and - multiple times and once all instances

[Yahoo-eng-team] [Bug 1355547] Re: Catch invalid exception when deleting a nonexistent flavor

2014-08-22 Thread Ken'ichi Ohmichi
This is not a bug, it is the part of v2.1 API development. ** Changed in: nova Status: In Progress = Invalid -- 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/1355547

[Yahoo-eng-team] [Bug 1360235] [NEW] swift functional tests are broken

2014-08-22 Thread Jordan Pittier
Public bug reported: Hi, The following tests are failing in master : GLANCE_TEST_SWIFT_CONF=/etc/glance/glance-api.conf ./run_tests.sh glance.tests.functional.store.test_swift.TestSwiftStore; I believe this commit

[Yahoo-eng-team] [Bug 1360244] [NEW] Heat - Select template doesn't check well template source method

2014-08-22 Thread Marcos Lobo
Public bug reported: On Horizon Icehouse 2014.1.1 release and Heat Icehouse 2014.1.1 release. HOW TO REPRODUCE - 1.- Go to http://mydomain/dashboard/project/stacks/select_template 2.- Select URL template source 3.- Fill the URL field with an URL to a file with

[Yahoo-eng-team] [Bug 1360252] [NEW] testtools 0.9.36+ breaks unit tests for multiple projects

2014-08-22 Thread Ihar Hrachyshka
Public bug reported: Tests fails as in [1]: Traceback (most recent call last): File neutron/tests/unit/services/loadbalancer/test_loadbalancer_plugin.py, line 84, in setUp super(LoadBalancerExtensionTestCase, self).setUp() File neutron/tests/unit/testlib_api.py, line 56, in setUp

[Yahoo-eng-team] [Bug 1360260] [NEW] 'allow_same_net_traffic=true' has no effect

2014-08-22 Thread danieru
Public bug reported: environment: Ubuntu trusty, icehouse from repos. Setup per 'Openstack Installation Guide for Ubuntu 12.04/14.04 LTS' **brief** two instances X and Y are members of security group A. Despite the following explicit setting in nova.conf: allow_same_net_traffic=True ...the

[Yahoo-eng-team] [Bug 1359092] Re: During snapshot create using nova CLI, unable to use optional arguments

2014-08-22 Thread Mh Raies
Hi Shushma - Yes, you are right --show/--poll will come after action and it will work. FYI - you have used --pool, otherwise it will also work. Thanks :) Making it invalid ** Changed in: python-novaclient Status: Confirmed = Invalid ** Changed in: python-novaclient Assignee:

[Yahoo-eng-team] [Bug 1360279] [NEW] Some LBaaS API test returns wrong data

2014-08-22 Thread Akihiro Motoki
Public bug reported: In some LBaaS API test, mocked neutronclient API returns Horizon internal objects instead of a dictionary returned from neutronclient. diff --git a/openstack_dashboard/test/api_tests/lbaas_tests.py b/openstack_dashboard/test/api_tests/lbaas_tests.py index f393e2a..e0cf693

[Yahoo-eng-team] [Bug 1360115] [NEW] nova-compute doesn't work well with libvirt 1.2.7 and qemu 2.1.0

2014-08-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hello, I have successfully compiled libvirt 1.2.7 and qemu 2.1.0 but had some troubles with nova-compute. It appears like libvirt is throwing back an error if a nwfilter is already present. Here is my debug log: 2014-08-22 08:22:25.032 15354 DEBUG

[Yahoo-eng-team] [Bug 1360252] Re: testtools 0.9.36+ breaks unit tests for multiple projects

2014-08-22 Thread Ihar Hrachyshka
** Also affects: sqlalchemy-migrate 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/1360252 Title: testtools 0.9.36+ breaks unit tests for

[Yahoo-eng-team] [Bug 1360115] Re: nova-compute doesn't work well with libvirt 1.2.7 and qemu 2.1.0

2014-08-22 Thread John Vrbanac
Looks like this was misassigned to the Barbican project. Reassigning to nova. ** Project changed: barbican = nova -- 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/1360115

[Yahoo-eng-team] [Bug 1308698] Re: GroupAntiAffinityFilter scheduler hint doesn't work

2014-08-22 Thread Sylvain Bauza
Duplicate of https://bugs.launchpad.net/nova/+bug/1303360 which has been merged ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1352797] Re: admin volume page needs styling

2014-08-22 Thread Julie Pichon
Closing based on comment #3. ** 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). https://bugs.launchpad.net/bugs/1352797 Title: admin

[Yahoo-eng-team] [Bug 1353344] Re: create network success , tips has error

2014-08-22 Thread Julie Pichon
** Also affects: openstack-i18n Importance: Undecided Status: New ** 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).

[Yahoo-eng-team] [Bug 1311419] Re: An unexpected error has occurred when opening the pseudo-folder under a Object Store container

2014-08-22 Thread Julie Pichon
Status can't be Fix Released if there is no patch or assignee associated with the bug, resetting to previous status. ** Changed in: horizon Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1334791] Re: horizon not writing region when generating openrc file

2014-08-22 Thread Julie Pichon
** Also affects: horizon/icehouse Importance: Undecided Status: New ** Changed in: horizon/icehouse Status: New = In Progress ** Changed in: horizon/icehouse Importance: Undecided = Medium ** Changed in: horizon/icehouse Assignee: (unassigned) = Matt Fischer (mfisch)

[Yahoo-eng-team] [Bug 1360320] [NEW] Unit tests fail in handle_schedule_error with wrong instance

2014-08-22 Thread Dan Smith
Public bug reported: From http://logs.openstack.org/70/113270/3/check/gate-nova- python26/038b3fa/console.html: 2014-08-21 20:08:33.507 | Traceback (most recent call last): 2014-08-21 20:08:33.507 | File nova/tests/conductor/test_conductor.py, line 1343, in

[Yahoo-eng-team] [Bug 1346389] Re: Disk unit missing in Overview Usage Summary

2014-08-22 Thread Julie Pichon
** Also affects: horizon/icehouse Importance: Undecided Status: New ** Changed in: horizon/icehouse Status: New = In Progress ** Changed in: horizon/icehouse Assignee: (unassigned) = Cindy Lu (clu-m) ** Changed in: horizon/icehouse Importance: Undecided = Wishlist --

[Yahoo-eng-team] [Bug 1352405] Re: Storage on hypervisors page incorrect for shared storage

2014-08-22 Thread Julie Pichon
Horizon displays the stats as returned by nova hypervisor-stats (local_gb and local_gb_used). Perhaps this is where the problem should be investigated, or maybe Horizon should update its terminology to make it clearer it's local storage only? ** Also affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1359134] Re: Broken translations in object storage page

2014-08-22 Thread Julie Pichon
Closing bug for now based on review comments, please free to reopen if you can reproduce. Thank you. ** 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

[Yahoo-eng-team] [Bug 1360333] [NEW] Object hash test fails to detect changes when serialize_args is used

2014-08-22 Thread Dan Smith
Public bug reported: The object hash test will fail to detect method signature changes when something like the serialize_args decorator is used. The test needs to drill down until it finds the remotable level and do the calculation there. ** Affects: nova Importance: Low Assignee: Dan

[Yahoo-eng-team] [Bug 1360351] [NEW] FWaaS stuck in PENDING_CREATE when deploying with DVR

2014-08-22 Thread Armando Migliaccio
Public bug reported: When Firewall is created in conjunction with a distributed router, the firewall may or may not fail to reach the ACTIVE state as observed in [1]. The reason for this faulty behavior is because, when the firewall create request comes in, the firewall object's status is set

[Yahoo-eng-team] [Bug 1360362] [NEW] Admin tenant can be deleted

2014-08-22 Thread Ryan Hallisey
Public bug reported: While being the admin, you are able to delete the admin project. [rhallisey@localhost devstack]$ keystone tenant-list keystone +--++-+ |id|name| enabled |

[Yahoo-eng-team] [Bug 1360011] Re: SSH Auth fails in AdvancedNetworkOps scenario

2014-08-22 Thread Salvatore Orlando
This failure occurs only in two tests: test_server_connectivity_resize - after going to ACTIVE from VERIFY_RESIZE test_server_connectivity_start_stop - after going to ACTIVE from SHUTOFF The mysql job has 2.5 times more failures the postgres job. This is probably not down to the DB backend, but

[Yahoo-eng-team] [Bug 1311463] Re: disk-setup unable to partition disks

2014-08-22 Thread Scott Moser
** Changed in: cloud-init Status: New = Confirmed ** Changed in: cloud-init Importance: Undecided = Medium ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Status: New = Confirmed ** Changed in: cloud-init

[Yahoo-eng-team] [Bug 1360370] [NEW] Add How to create action section in Horizon Tutorial

2014-08-22 Thread Gloria Gu
Public bug reported: Current Building on Horizon http://docs.openstack.org/developer/horizon/topics/tutorial.html has section for how to build dashboard, panel, tab, view, table, etc. But it doesn't mention how to build action. Need a section for that to help new contributors. ** Affects:

[Yahoo-eng-team] [Bug 1264717] Re: the node can't get the user-data file from server..

2014-08-22 Thread Scott Moser
*** This bug is a duplicate of bug 1172742 *** https://bugs.launchpad.net/bugs/1172742 Hi, i see two possible explanations for this: a.) this is a bug in maas either in configuration or in maas proper. cloud-init only tries to get urls that maas told it to get. b.) this is a dupe of bug

[Yahoo-eng-team] [Bug 1360375] [NEW] Filter class ServerGroupAntiAffinityFilter defined twice

2014-08-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: In http://docs.openstack.org/developer/nova/devref/filter_scheduler.html The second ServerGroupAntiAffinityFilter should be ServerGroupAffinityFilter ServerGroupAntiAffinityFilter - This filter works the same way as ServerGroupAntiAffinityFilter. The

[Yahoo-eng-team] [Bug 1360391] [NEW] Domain data remains in DB after domain is deleted

2014-08-22 Thread Sukwon Oh
Public bug reported: Hi, I am wondering if the following is a security vulnerability. Steps: 1. domain1 is created. +-++ | Field | Value

[Yahoo-eng-team] [Bug 1360375] Re: Filter class ServerGroupAntiAffinityFilter defined twice

2014-08-22 Thread Andreas Jaeger
** Changed in: openstack-manuals Status: New = Confirmed ** Changed in: openstack-manuals Importance: Undecided = Medium ** Changed in: openstack-manuals Assignee: (unassigned) = Andreas Jaeger (jaegerandi) ** Project changed: openstack-manuals = nova -- You received this bug

[Yahoo-eng-team] [Bug 1360394] [NEW] NSX: log request body to NSX as debug

2014-08-22 Thread Aaron Rosen
Public bug reported: Previously we never logged the request body that we sent to NSX. This makes things hard to debug when issues arise as we don't actually log the body of the request that we made. This patch adds the body to our issue request log statement. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1247635] Re: Overriding LOGOUT_URL in local_settings.py causes weird issues

2014-08-22 Thread Gary W. Smith
*** This bug is a duplicate of bug 1243187 *** https://bugs.launchpad.net/bugs/1243187 Marking as a duplicate, as this seems to be a duplicate of 12476385 and 1243187, which has released and is no longer an issue. Please feel free to unlink the duplicate if otherwise. ** This bug has been

[Yahoo-eng-team] [Bug 1360395] [NEW] FIP namespace should not track connections for DVR

2014-08-22 Thread Rajeev Grover
Public bug reported: With DVR, connections to external network using floating ips flow through the router namespace into the fip namespace and then to the external network. These connections are tracked in router namespace for filter and nating purpose. Currently these connections are also being

[Yahoo-eng-team] [Bug 1360406] [NEW] Wrong return from list role assignments on KVS

2014-08-22 Thread Samuel de Medeiros Queiroz
Public bug reported: List role assignments calls should return 'inherited_to_projects': 'projects' for an inherited assignment, as done by the SQL backend [1]. The KVS backend just ignore this information from the retrieved assignments. [1]

[Yahoo-eng-team] [Bug 1360426] [NEW] bulk floating ip extension is missing instance_uuid and fixed_ip

2014-08-22 Thread Vish Ishaya
Public bug reported: The bulk floating ip extension doesn't show instance_uuid and fixed_ip like the regular floating ip extension. The instance_uuid omission is due to a bug relating to object conversion, and fixed_ip was inadvertently left out. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1315049] Re: 'Provider' object has no attribute 'revoke_api'

2014-08-22 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/116374 ** Changed in: keystone Status: Invalid = In Progress ** Changed in: keystone Assignee: (unassigned) = werner mendizabal (nonameentername) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1360435] [NEW] Service Type Manager singleton needs protection

2014-08-22 Thread Paul Michali
Public bug reported: During review of some UT code for VPNaaS (https://review.openstack.org/110432) it was found that the tests were failing in Jenkins, with a cryptic StringException and no traceback. The root cause of that was found to be that two test classes were instantiating a VPN plugin,

[Yahoo-eng-team] [Bug 1360446] [NEW] Keystone server didn't reuse connections to memcached

2014-08-22 Thread Aleksandr Shaposhnikov
Public bug reported: When Keystone configured with memcached as backend and token storage keystone didn't reuse connections to it and starting to fail after having more than 500 connections to the memcached. Steps to reproduce: 1. Configure keystone with memcached as backend. 2. Create moreless

[Yahoo-eng-team] [Bug 1360483] [NEW] A VM fails to boot, yet the status is shown as Active and Running

2014-08-22 Thread Sukhdev Kapur
Public bug reported: While running tempest test test_neutron_basic_ops(), I noticed that the test was failing. Upon further triaging the issue I noticed that the root cause of the problem is that VM fails to boot (the message on VM's console says something like kernel is not compatible with the

[Yahoo-eng-team] [Bug 1360495] [NEW] boolean parameters in heat template do not appear in launch stack form

2014-08-22 Thread Miguel Grinberg
Public bug reported: It appears the heat template parser has some issues handling boolean parameters. Use the following steps to reproduce my problem: 1. Go to Stacks and click Launch Stack 2. Set Template Source to Direct Input 3. Paste the following template and then click next.

[Yahoo-eng-team] [Bug 1341954] Re: suds client subject to cache poisoning by local attacker

2014-08-22 Thread Davanum Srinivas (DIMS)
Fixed in oslo.vmware - Ieec9d99aa674adf5cbc9be924fef3856cf4e5d66 ** Changed in: oslo.vmware Assignee: (unassigned) = Davanum Srinivas (DIMS) (dims-v) ** Changed in: oslo.vmware Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1328623] Re: Certain requests not being routed back to an instance.

2014-08-22 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/1328623

[Yahoo-eng-team] [Bug 1359092] Re: During snapshot create using nova CLI, unable to use optional arguments

2014-08-22 Thread Sushma Korati
Ahh.. my mistake, even poll option is also working.. This means there will no changes in the server side. Making it invalid. ** Changed in: nova Status: Confirmed = Invalid ** Changed in: nova Assignee: Sushma Korati (sushma-korati) = (unassigned) -- You received this bug