[Yahoo-eng-team] [Bug 1310931] [NEW] nova migration-list fails with unicode error

2014-04-22 Thread Sam Morrison
Public bug reported: Doing a nova migration-list I get the following error in the nova-api logs: ERROR Exception handling resource: 'unicode' object does not support item deletion TRACE nova.api.openstack.wsgi Traceback (most recent call last): TRACE nova.api.openstack.wsgi File

[Yahoo-eng-team] [Bug 1310952] [NEW] Not assignment variable 'image' in api.v2.image_data

2014-04-22 Thread Sergey Nikitin
Public bug reported: Raise UnboundLocalError in 'try expect' block while catching exception using a var 'image'. File /opt/stack/glance/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py, line 393, in assertRaises self.assertThat(our_callable, matcher) File

[Yahoo-eng-team] [Bug 1310966] [NEW] nova network floating IP has direct DB access

2014-04-22 Thread Bob Ball
Public bug reported: nova-network with floating IPs is currently broken due to a direct DB access 2014-04-22 08:04:32.395 ESC[01;31mERROR oslo.messaging.rpc.dispatcher [ESC[01;36mreq-8fa8da3a-2e61-47e9-a6c6-68f598e979ad ESC[00;36mTestServerAdvancedOps-228418898

[Yahoo-eng-team] [Bug 1163569] Re: security groups don't work with vip and ovs plugin

2014-04-22 Thread Thierry Carrez
** Also affects: ossa 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/1163569 Title: security groups don't work with vip and ovs plugin

[Yahoo-eng-team] [Bug 1311002] [NEW] ip-lib : ip neigh command should use replace instead of add

2014-04-22 Thread Mathieu Rohon
Public bug reported: with l2-population and linuxbridge agent, we used to use ip neigh command to add arp responder entries : this command has been generalized with this patch : https://review.openstack.org/#/c/88442/3 but using ip neigh add leads to a bug when restoring a previous entry :

[Yahoo-eng-team] [Bug 1311010] [NEW] Horizon does not include Swift admin info

2014-04-22 Thread Gavin B
Public bug reported: When I log into Horizon as the admin user on our pure-upstream system, I can see data on the number of instances, networks and so on. However there is no data on Swift. On this particular system I know that Swift is full, however there's no sign of that via the console. **

[Yahoo-eng-team] [Bug 1311019] [NEW] l2-population : linuxbridge agent should use IpNeighCommand

2014-04-22 Thread Mathieu Rohon
Public bug reported: ip_lib is now able to add neighboring entries. L2population should can use this new feature once this patch will be merged : https://review.openstack.org/#/c/89522/ ** Affects: neutron Importance: Undecided Assignee: Mathieu Rohon (mathieu-rohon) Status:

[Yahoo-eng-team] [Bug 1225662] Re: Log in page: focus should be given to user name field

2014-04-22 Thread Julie Pichon
It looks like the fix in the django openstack auth project was sufficient to handle this. I'm going to close the Horizon task. ** Changed in: horizon Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1207433] Re: When launching a new instance, flavor details are not changed when navigating the list with arrow keys

2014-04-22 Thread Julie Pichon
Marcos, did you look at comment #3? For now this is the way Firefox works. ** Changed in: horizon Status: Confirmed = 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 1310815] Re: bad django conf example

2014-04-22 Thread Tom Fifield
Also affects horizon. openstack/horizon doc/source/topics/deployment.rst ** 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 1311040] [NEW] Subnet option to disable dns server

2014-04-22 Thread Zang MingJie
Public bug reported: Multiple NIC/subnet may attach to a VM instance, if both subnets provide dns servers, only the last one will be used (overrides the previous one), so we need a method to disable dns server on some subnets. ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1311047] [NEW] Non-escaped string in JS breaks launch instance form translated in French

2014-04-22 Thread Adrien Cunin
Public bug reported: I noticed this in Icehouse with Horizon translated in French: the Launch instance form is broken due to a syntax error in the quota handling javascript when strings contain a single quote. Patch on the way. ** Affects: horizon Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1311082] [NEW] The details of libvirt events are not outputted to the log when nova-compute handles libvirt events.

2014-04-22 Thread Takashi NATSUME
Public bug reported: Currently, the details of libvirt events are not outputted to the log when nova-compute handles libvirt events. The details of libvirt events should be outputted to the log for troubleshooting. By the following blue print, nova has been able to catch libvirt events and

[Yahoo-eng-team] [Bug 1311097] [NEW] can't set MTU size for router interface

2014-04-22 Thread Yair Fried
Public bug reported: when working with jumbo frames you can set MTU in nova.conf for the instaces' tap devices, and you can set it in neturon/plugins.ini for br-int. this allows you to work with jumbo frames inside a network. However, if you want to work with jumbo frames across networks,

[Yahoo-eng-team] [Bug 1311107] [NEW] fails to fetch meta-data from cloudstack

2014-04-22 Thread Atilla Mas
Public bug reported: Downloaded the latest ubuntu 14.04 cloud-image from cloud- images.ubuntu.com with cloud-init 0.7.5. cloud-init tries to get the meta-data from CloudStack via http://10.1.209.130/latest/meta-data this url doesn't exist, but the http://10.1.209.130/latest/meta-data/; does,

[Yahoo-eng-team] [Bug 1308984] Re: Floating IP addresses ordered in a weird way

2014-04-22 Thread Tom Fifield
** Also affects: openstack-community 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). https://bugs.launchpad.net/bugs/1308984 Title: Floating IP

[Yahoo-eng-team] [Bug 1311137] [NEW] GlanceImageService client needs to handle image_id equal to none

2014-04-22 Thread sahid
Public bug reported: When we use methods show, download, details, delete we need to check the value of image_id to avoid an unnecessary call to the api. in: nova/image/glance.py ** Affects: nova Importance: Low Assignee: sahid (sahid-ferdjaoui) Status: New ** Description

[Yahoo-eng-team] [Bug 1269418] Re: nova rescue doesn't put VM into RESCUE status on vmware (CVE-2014-2573)

2014-04-22 Thread Thierry Carrez
Anyone up for a stable/havana backport ? ** Also affects: nova/icehouse Importance: Undecided Status: New ** Changed in: nova/icehouse Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1304320] Re: neutron port-update takes unavailable and invalid device-ids

2014-04-22 Thread Thierry Carrez
** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = 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/1304320 Title:

[Yahoo-eng-team] [Bug 1311142] [NEW] Cache records for get_*_by_name are not invalidated on entity rename

2014-04-22 Thread Yuriy Chemerys
Public bug reported: I have noticed in keystone code, that update_domain and update_project methods in assignment_api Manager invalidate cache for get_*_by_name() using new name, not the old one. For example in update_domain() if you are changing domain name from 'OldName' to 'NewName',

[Yahoo-eng-team] [Bug 1302080] Re: Host is accessible from instance using Linux bridge IPv6 address

2014-04-22 Thread Thierry Carrez
this bug should be fixed openly as a strengthening measure. ** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1308413] Re: Missing x-tenant-id header to registry will return list of all images while using v2 api with registry

2014-04-22 Thread Thierry Carrez
** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1308413 Title:

[Yahoo-eng-team] [Bug 1311193] [NEW] Evacuate with a volume attached

2014-04-22 Thread Alexandre DC
Public bug reported: After evacuating my instance. I can see that my volume is still attached. But when i see the volume list in horizon. My volume appear available. My volume is stored in nfs on a freenas. ** Affects: horizon Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1311194] [NEW] Missing semi-colons in less files

2014-04-22 Thread Robert Mizielski
Public bug reported: In horizon.less and horizon_charts.less there are missing semi-colons. I know it's not necesseray but IMHO, it's not a good practice. ** Affects: horizon Importance: Undecided Assignee: Robert Mizielski (miziel-r) Status: New ** Tags: low-hanging-fruit

[Yahoo-eng-team] [Bug 1289627] Re: VMware NoPermission faults do not log what permission was missing

2014-04-22 Thread Eric Brown
** Also affects: oslo.vmware Importance: Undecided Status: New ** Changed in: oslo.vmware Status: New = In Progress ** Changed in: oslo.vmware Assignee: (unassigned) = Eric Brown (ericwb) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1311197] [NEW] xenapi: refactor _find_vdi_refs and lookup_vm_vdis

2014-04-22 Thread Christopher Lefelhocz
Public bug reported: These functions look to do pretty much the same thing. It seems like we should be able to combine the functions into a single implementation. ** Affects: nova Importance: Undecided Assignee: Christopher Lefelhocz (christopher-lefelhoc) Status: In Progress

[Yahoo-eng-team] [Bug 1308984] Re: Floating IP addresses ordered in a weird way

2014-04-22 Thread Stefano Maffulli
** No longer affects: openstack-community -- 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/1308984 Title: Floating IP addresses ordered in a weird way Status in

[Yahoo-eng-team] [Bug 1276221] Re: Keystone returns HTTP 400 as SQLAlchemy raises None exceptions

2014-04-22 Thread Dolph Mathews
It doesn't sound like there's anything to fix in keystone then, if this is due to dependency version(s) already documented as unsupported. ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1311232] [NEW] LBaaSAgentSchedulerTestCaseXML.test_schedule_pool_with_down_agen broken

2014-04-22 Thread Aaron Rosen
Public bug reported: ft1.6695: neutron.tests.unit.services.loadbalancer.test_agent_scheduler.LBaaSAgentSchedulerTestCaseXML.test_schedule_pool_with_down_agent_StringException: Empty attachments: stderr stdout pythonlogging:'': {{{ 2014-04-22 01:44:50,176 INFO [neutron.manager]

[Yahoo-eng-team] [Bug 1311260] [NEW] SDN-VE controller expects information not in Neutron request

2014-04-22 Thread Mohammad Banikazemi
Public bug reported: The SDN-VE controller expects the port-id information for update_router. Furthermore, the controller requires the use of string 'null' for null present in Neutron requests. The controller cannot accept : as part of the incoming requests. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1285306] Re: N1kv plugin string split on None exception

2014-04-22 Thread Abhishek Raut
** Changed in: neutron Status: In Progress = 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/1285306 Title: N1kv plugin string split on None exception Status in OpenStack

[Yahoo-eng-team] [Bug 1311291] [NEW] NSX: fake_api_client does not raise not found

2014-04-22 Thread Aaron Rosen
Public bug reported: If one queries nsx doing GET /ws.v1/lswitch/LS_UUID/lport/tag=blah and LS_UUID is a UUID and not * nsx returns 404 instead of a result list. ** Affects: neutron Importance: Undecided Assignee: Aaron Rosen (arosen) Status: New ** Changed in: neutron

[Yahoo-eng-team] [Bug 1311300] [NEW] NSX: rasies 404 error on update port if lswitch not found in nvp

2014-04-22 Thread Aaron Rosen
Public bug reported: In havana if one calls update_port on a port where the lswitch is not in nsx we raise a 404 error. Instead we should just update the db return the port in error state. ** Affects: neutron Importance: Undecided Assignee: Aaron Rosen (arosen) Status: New **

[Yahoo-eng-team] [Bug 1297642] Re: Evacuate fails during rebuild of the VM on the target host with RPC timeout

2014-04-22 Thread Melanie Witt
Closing this as Invalid as this appears to be an incorrect use of the multi host mode in nova-network. That is, the network has been configured as multi host but the deployment isn't running nova-network on every compute host. The newest documentation (Grizzly) about the nova-network multi host

[Yahoo-eng-team] [Bug 1311324] [NEW] documentation does not specify that [auth] drivers only work with v3 API

2014-04-22 Thread Matt Fischer
Public bug reported: The documentation on auth plugins (http://docs.openstack.org/developer/keystone/configuration.html#how-to- implement-an-authentication-plugin) does not state that it's a V3 feature. I did a bunch of tests today and found that it's being ignored. You can set the config to

[Yahoo-eng-team] [Bug 1311357] [NEW] Swift.py does not respect the OPENSTACK_SSL_NO_VERIFY setting for use with self signed certs

2014-04-22 Thread Darryl Weaver
Public bug reported: The swift api client connection does not respect the OPENSTACK_SSL_NO_VERIFY setting in local_settings.py. This results in a test deployment with self signed certificates not being able to use the Horizon project containers web interface with an SSL verification error. A

[Yahoo-eng-team] [Bug 1311412] [NEW] Nicira test_looping_calls periodic failures in stable/havana

2014-04-22 Thread Adam Gandelman
Public bug reported: Hit this 2/3 times while trying to get a trivial version change thru the review checks @ https://review.openstack.org/#/c/89441/. ft1.5395: neutron.tests.unit.nicira.test_nvp_sync.SyncLoopingCallTestCase.test_looping_calls_StringException: Empty attachments:

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

2014-04-22 Thread Hong-Guang
Public bug reported: [Wed Apr 23 01:43:14.077580 2014] [authz_core:debug] [pid 14043:tid 139916978800384] mod_authz_core.c(802): [client 192.168.122.1:60003] AH01626: authorization result of Require all granted: granted [Wed Apr 23 01:43:14.077651 2014] [authz_core:debug] [pid 14043:tid

[Yahoo-eng-team] [Bug 1310507] Re: Duplicated image names.

2014-04-22 Thread Haiyang DING
** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1310507 Title: Duplicated image names. Status in OpenStack Image Registry and Delivery

[Yahoo-eng-team] [Bug 1265459] Re: Set Qos failed to vm instance which booted from volume

2014-04-22 Thread LiangChen
Please make nova extra in flavor first. nova flavor-key m1.small set quota:disk_read_bytes_sec=1024 nova flavor-key m1.small set quota:disk_write_bytes_sec=1024 You can look this: https://wiki.openstack.org/wiki/InstanceResourceQuota ** Changed in: nova Status: New = Invalid

[Yahoo-eng-team] [Bug 1281483] Re: i18n info lost in fedora's rpm spec cause build failed

2014-04-22 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete = Expired -- 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 1311463] [NEW] disk-setup unable to partition disks

2014-04-22 Thread Daniel Rogers
Public bug reported: The problem is with is_disk_used in cc_disk_setup.py use_count is an array, which doesn't have a splitlines attribute. This is broken on ubuntu precise 12.04 with the latest updates. def is_disk_used(device): Check if the device is currently used. Returns true if

[Yahoo-eng-team] [Bug 1311470] [NEW] Disabling an ML2 type driver can leave orphaned DB records

2014-04-22 Thread Kevin Benton
Public bug reported: If an ML2 type driver is disabled after segments have been allocated using that type driver, subsequent network deletions will not remove the DB records allocated by that type driver since the driver isn't there to release the segment[1]. These orphaned segments will then be