[Yahoo-eng-team] [Bug 1311500] [NEW] Nova 'os-security-group-default-rules' API does not work with neutron

2014-04-23 Thread Ghanshyam
Public bug reported: Nova APIs 'os-security-group-default-rules' does not work if 'conf-security_group_api' is 'neutron'. I wrote the test cases for above Nova APIs (https://review.openstack.org/#/c/87924) and it fails in gate neutron tests. I further investigated this issue and found that in

[Yahoo-eng-team] [Bug 1311561] [NEW] editing a flavor changes it's ID

2014-04-23 Thread Alexandr
Public bug reported: try to edit a flavor in Horizon(in CLI we can only edit extra_spec field for a flavor, so in CLI nova flavor-key doesn't reproduce the bug). So open edit flavor dialog for any of them, change VCPUs or anything else, push save button = ID of the flavor will also change.

[Yahoo-eng-team] [Bug 1311573] [NEW] Error for Keystone V3 extension OS-SIMPLE-CERT for XML interface

2014-04-23 Thread meenakshi m
Public bug reported: I tried to execute keystone V3 API OS-SIMPLE-CERT/certificates for xml interface using curl request. The response of the curl request doesnt contain a status code and an error message is observed. -Below is the curl command used: curl -i -X GET

[Yahoo-eng-team] [Bug 1311582] [NEW] resource usage for storage components shows no results

2014-04-23 Thread Dafna Ron
Public bug reported: when I try to view storage resources in horizon's resource usage tab we get no data available message. looking at horizon log I see that we are getting an error but can't find anything in ceilometer to suggest why we fail to show the info. HTTP/0.9 200 head titleError

[Yahoo-eng-team] [Bug 1311589] [NEW] DB2 upgrade failure for 50d5ba354c23_ml2_binding_vif_details

2014-04-23 Thread Xu Han Peng
Public bug reported: When upgrading Neutron with DB2, the following error will be seen at step 50d5ba354c23_ml2_binding_vif_details sqlalchemy.exc.ProgrammingError: (ProgrammingError) ibm_db_dbi::ProgrammingError: Statement Execute Failed: [IBM][CLI Driver][DB2/LINUXPPC64] SQL0401N The data

[Yahoo-eng-team] [Bug 1311613] [NEW] missing virtio-scsi controller after evacuate

2014-04-23 Thread Trump.Zhang
Public bug reported: When boot a instance from a volume create from an image with hw_scsi_mode=virito-scsi property, instance will use virtio-scsi controller instead of lsi controller. However, after evacuating, the new instance will not have the virtio- scsi controller. The reason is that the

[Yahoo-eng-team] [Bug 1309297] Re: oslo removal of use_tpool conf option

2014-04-23 Thread Victor Sergeyev
** Changed in: nova Status: New = Fix Committed ** Changed in: nova Assignee: (unassigned) = Victor Sergeyev (vsergeyev) ** Changed in: oslo Status: New = Invalid ** Tags added: icehouse-backport-potential -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1311573] Re: Error for Keystone V3 extension OS-SIMPLE-CERT for XML interface

2014-04-23 Thread Dolph Mathews
There's neither an XML interface nor a JSON interface to this call. The only supported content type on this call is application/x-pem- file. The content of of the error-message attribute in your example response should be the entire response body itself, regardless of whether the client demands

[Yahoo-eng-team] [Bug 1311681] [NEW] test_list_security_groups_list_all_tenants_filter fails with nova-net Security group 34 not found

2014-04-23 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/63/84363/2/check/check-grenade- dsvm/0e4dcac/console.html Looks like this only fails in grenade jobs with nova-network: 2014-04-23 08:39:17.718 | Traceback (most recent call last): 2014-04-23 08:39:17.718 | File

[Yahoo-eng-team] [Bug 1311693] [NEW] add docs to configuration federated identity

2014-04-23 Thread Steve Martinelli
Public bug reported: currently, there are no docs to help users in configuring keystone to use federated identity, let's create first draft and publish to keystone/docs ** Affects: keystone Importance: Low Assignee: Steve Martinelli (stevemar) Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1311715] Re: Inconsistent capitization in UpdateFlavorAccess list titles.

2014-04-23 Thread Heather Whisenhunt
** Project changed: horizon = ubuntu ** Changed in: ubuntu Status: New = Confirmed -- 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/1311715 Title:

[Yahoo-eng-team] [Bug 1311715] [NEW] Inconsistent capitization in UpdateFlavorAccess list titles.

2014-04-23 Thread Travis Tripp
Public bug reported: On the flavor access tab of the edit flavor workflow, you can select the projects that have access to the flavor. Currently, the left list is All Projects and the right list is Selected projects. The p should be capitalized in Selected projects. ** Affects: ubuntu

[Yahoo-eng-team] [Bug 1311715] Re: Inconsistent capitization in UpdateFlavorAccess list titles.

2014-04-23 Thread Julie Pichon
Hm, it seems to me this is a valid Horizon bug, not Ubuntu's? ** Also affects: horizon Importance: Undecided Status: New -- 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 1311715] Re: Inconsistent capitization in UpdateFlavorAccess list titles.

2014-04-23 Thread Travis Tripp
Not sure how Ubuntu got added. Sorry about that. Removed it now. ** No longer affects: ubuntu -- 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/1311715 Title:

[Yahoo-eng-team] [Bug 1311731] [NEW] Deploys fail with NetworkRequiresSubnet Exception when deployed with networks without subnets

2014-04-23 Thread Sudipta Biswas
Public bug reported: Deploys fail with Network uuid requires a subnet in order to boot instances on. when done with networks which don't have an associated subnet. It seems that this error was introduced after the following code was integrated:

[Yahoo-eng-team] [Bug 1306699] Re: utils.find_resource return resource not depends on query

2014-04-23 Thread Terry Howe
Problem original opened as openstack client issue, but seems to be a problem with keystone. I've updated the description. ** Also affects: keystone Importance: Undecided Status: New ** Changed in: python-openstackclient Status: In Progress = Invalid ** Description changed: +

[Yahoo-eng-team] [Bug 1311758] [NEW] OpenDaylight ML2 Mechanism Driver does not handle authentication errors

2014-04-23 Thread Dave Tucker
Public bug reported: This behaviour was noticed when troubleshooting a misconfiguration. Authentication with ODL was failing and the exception was being ignored. In the sync_resources method of the ODL Mechanism Driver, HTTPError exceptions with a status code of 404 are handled but the

[Yahoo-eng-team] [Bug 1311778] [NEW] Unit tests fail with MessagingTimeout errors

2014-04-23 Thread Mohammed Naser
Public bug reported: There is an issue that is causing unit tests to fail with the following error: MessagingTimeout: No reply on topic conductor MessagingTimeout: No reply on topic scheduler 2014-04-23 13:45:52.017 | Traceback (most recent call last): 2014-04-23 13:45:52.017 | File

[Yahoo-eng-team] [Bug 1311789] [NEW] Filter does not work when table name has space

2014-04-23 Thread mariam john
Public bug reported: Problem Description: When the DataTable name (as defined in the 'name' field of the Meta class in tables.py) has a space, filters defined on that table using FilterActions wont work. Cause: -table name is used as the table id in the html -the elements_to_search

[Yahoo-eng-team] [Bug 1311793] [NEW] wrap_instance_event() swallows return codes

2014-04-23 Thread Chris Friesen
Public bug reported: In compute/manager.py the function wrap_instance_event() just calls function(). This means that if it's used to decorate a function that returns a value, then the caller will never see the return code. ** Affects: nova Importance: Undecided Assignee: Chris

[Yahoo-eng-team] [Bug 1297998] Re: VMWare: spawn refactor - _power_on_vm

2014-04-23 Thread Tracy Jones
** 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/1297998 Title: VMWare: spawn refactor - _power_on_vm Status in

[Yahoo-eng-team] [Bug 1311804] [NEW] ip netns list starts without root_helper

2014-04-23 Thread Sergey Vasilenko
Public bug reported: In ip_lib in IpNetnsComand losted root_helper. Without it L3 agent can't create interfaces inside network namespace: 2014-04-23 16:15:44.760 28240 DEBUG neutron.agent.linux.utils [req-d0f812f6-d987-45f5-9cff-11f1fa52fed6 None] Running command: ['ip', '-o', 'netns',

[Yahoo-eng-team] [Bug 1311814] [NEW] Add documentation for backend config in VMware

2014-04-23 Thread Andy Dugas
Public bug reported: There is no documentation describing how to configure backend datastores for Glance in VMware vCenter. ** Affects: glance Importance: Undecided Assignee: Andy Dugas (adugas) Status: New ** Changed in: glance Assignee: (unassigned) = Andy Dugas

[Yahoo-eng-team] [Bug 1311820] [NEW] Neutron subnet create tooltip has invalid html tags

2014-04-23 Thread Andres Buraschi
Public bug reported: In the Subnet Detail dialog (Neutron networks), when you hover the cursor over 'Allocation Pools' and 'Host Routes' text boxes, the help text contains 'lt;' and 'gt;' tags, instead of the standard chars. This kind of rendering should be left for the widget, and not be

[Yahoo-eng-team] [Bug 1311731] Re: Deploys fail with NetworkRequiresSubnet Exception when deployed with networks without subnets

2014-04-23 Thread Aaron Rosen
Before this patch was added the instance would go into error state. The subnet is required for security groups. ** 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

[Yahoo-eng-team] [Bug 1311843] [NEW] fail to install openvswitch

2014-04-23 Thread Adrian Joian
Public bug reported: While using ubuntu 14.04 with the latest updates uname -a Linux compute1 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I tried to install openvswitch apt-get install neutron-common neutron-plugin-ml2 neutron-plugin-

[Yahoo-eng-team] [Bug 1311904] [NEW] iptables manager doesn't decrement rule_index upon duplicate chain

2014-04-23 Thread Aaron Knister
Public bug reported: The iptables manager can fail to load iptables rules if a chain to be created already exists. The solution seems to be to decrement rule_index. This seems to cause vif plugging to fail. ** Affects: neutron Importance: Undecided Assignee: Aaron Knister

[Yahoo-eng-team] [Bug 1311943] [NEW] ibm: plugin should set secret=Tur on cfg.stropt('password

2014-04-23 Thread Aaron Rosen
Public bug reported: ibm: plugin should set secret=Tur on cfg.stropt('password ** Affects: neutron Importance: Undecided Status: New ** Tags: icehouse-backport-potential ** Tags added: icehouse-backport-potential -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1311960] [NEW] Handle session timeout in the VMware store

2014-04-23 Thread Arnaud Legendre
Public bug reported: The current implementation can potentially lead to a timeout when the invoke_api is not triggered (for example PUT/GET: direct HTTP access to the datastore). We need to recreate the session responses and retry when getting 401 HTTP responses. ** Affects: glance

[Yahoo-eng-team] [Bug 1311971] [NEW] database exception causes UnboundLocalError in linuxbridge-agent

2014-04-23 Thread Li Ma
Public bug reported: When database exception raises in update_port_status, the linuxbridge- agent doesn't deal with them very well that causes accessing not-existed local variables. 2014-04-22 20:35:53.436 494 TRACE neutron.plugins.linuxbridge.agent.linuxbridge_neutron_agent Traceback (most