[Yahoo-eng-team] [Bug 1319648] [NEW] Error during ComputeManager._reclaim_queued_deletes: cinderclient.exceptions.EndpointNotFound()

2014-05-15 Thread dan kim
Public bug reported: 2014-05-15 15:04:29.001 13593 ERROR nova.openstack.common.periodic_task [-] Error during ComputeManager._reclaim_queued_deletes: 2014-05-15 15:04:29.001 13593 TRACE nova.openstack.common.periodic_task Traceback (most recent call last): 2014-05-15 15:04:29.001 13593 TRACE

[Yahoo-eng-team] [Bug 1319661] [NEW] baremetal:”tftp prefix“ can cause the “cloud not find kernel image”

2014-05-15 Thread yangzhenyu
Public bug reported: hi, I boot a baremetal instance, but it has a error could not find a kernel image in the PXE . I check the file /tftpboot/UUID/config: label deploy kernel /tftpboot/8cbe34a2-d7d0-44b2-a148-adb7d23bb3fb/deploy_kernel so I modify it : label deploy

[Yahoo-eng-team] [Bug 1319669] [NEW] In admin/instances page can't show floating ip that belong to other tenants

2014-05-15 Thread kennychu
Public bug reported: Reproduce step: 1.Switch to demo project and launch instance. 2.Then associate floating ip for this instance. 3.Switch to admin project and also launch instance and associate floating ip. 4.Visit admin/instances page will find the instance that belong to demo project

[Yahoo-eng-team] [Bug 1319710] [NEW] Live-migration failed with OpenStack Icehouse and Ubuntu 12.04

2014-05-15 Thread Chu Duc Minh
Public bug reported: When I do live-migration an instance between two compute-nodes have the same CPU, i got the following error: (@ nova-compute.log) 2014-05-15 15:39:21.563 2743 ERROR oslo.messaging.rpc.dispatcher [-] Exception during message handling: XML error: CPU feature `erms' specified

[Yahoo-eng-team] [Bug 1319741] [NEW] kiil glance-api when creating a image, then this image will stay in saving status

2014-05-15 Thread liuweicai
Public bug reported: I kill the service glance-api when creating a image. After i restart the service, i find this image stay in saving status. I'd like it to hold a killed status. glance version: 2014.2 ** Affects: glance Importance: Undecided Assignee: liuweicai (liuuweicai)

[Yahoo-eng-team] [Bug 1319745] [NEW] local variable 'details' referenced before assignment

2014-05-15 Thread Ondergetekende
Public bug reported: [-] Error in agent loop. Devices info: {'current': set(['tapa326fb27-41', 'tape15e7852-41', 'tap409f498a-a0']), 'removed': set(['tap3039b159-81']), 'added': set([])} Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1319797] [NEW] Restarting destination compute manager during live-migration can cause instance data loss

2014-05-15 Thread Loganathan Parthipan
Public bug reported: During compute manager startup init_host is called. One of the functions there is to delete instance data that doesn't belong to this host ie. _destroy_evacuated_instances. But this function only checks if the local instance belongs to the host or not. It doesn't check the

[Yahoo-eng-team] [Bug 1319640] Re: Console to instance persists even after logging out of Horizon

2014-05-15 Thread Tristan Cacqueray
** 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 OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1319640 Title: Console to instance persists even

[Yahoo-eng-team] [Bug 1319888] [NEW] Simplify the upload of a container object

2014-05-15 Thread George Peristerakis
Public bug reported: In the Containers panel: the user uploads an object (upload object) to a container. The user need to fill the object name and optionally select a file. In most cases, if the user select a file, the user would enter in the object name the file name. Suggestion: When the file

[Yahoo-eng-team] [Bug 1319892] [NEW] Change of default netpartition behavior in nuage plugin

2014-05-15 Thread Ronak Shah
Public bug reported: Current behavior of nuage plugin assumes a clean slate on the VSD (back- end controller) as part of the neutron startup. There are use-cases where this assumption is invalid. Also, there could exist non default net-partitions on the VSD for which behavior is not the same as

[Yahoo-eng-team] [Bug 1314756] Re: Default RedHat Install of IceHouse fails

2014-05-15 Thread Stephen Gordon
** Changed in: openstack-manuals Status: Incomplete = 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/1314756 Title: Default RedHat Install of IceHouse

[Yahoo-eng-team] [Bug 1319900] [NEW] Non bootable volumes should not be included as boot source

2014-05-15 Thread Santiago Baldassin
Public bug reported: When users select Volume as boot source, all available volumes are displayed as options, even those which bootable flag is set to False. If bootable is False then the volume should not be included as a boot source ** Affects: horizon Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1319903] [NEW] preallocated snapshot images should not be determined by format

2014-05-15 Thread Dafna Ron
Public bug reported: In nova, we can create a raw preallocated disk and a qcow2 preallocated disk - both would be preallocated although the format would change. nova.conf configured with preallocation+qcow2: [root@orange-vdsf _base(keystone_admin)]# qemu-img info

[Yahoo-eng-team] [Bug 1319918] [NEW] Exception handling shouldn't look at e.message

2014-05-15 Thread Matthew D. Wood
Public bug reported: In looking at https://review.openstack.org/#/c/77613/3/openstack_auth/backend.py , it occurred to me that many other instances of e.message are likely lurking throughout our code. And especially because Alex Gaynor decided to weigh in, I think we have a somewhat

[Yahoo-eng-team] [Bug 1319920] [NEW] adding space check when working with preallocation

2014-05-15 Thread Dafna Ron
Public bug reported: when we run a large flavor on a setup configured for preallocation we fail to spown with unexpected error. can we add a free space test before we launch the instance (like we have for min disk size)? to reproduce, configure nova.conf for preallocation - launch an instance

[Yahoo-eng-team] [Bug 1319926] [NEW] incorrect error when failing to launch on No space left on device\n

2014-05-15 Thread Dafna Ron
Public bug reported: when we configure nova to launch instances with preallocated disk and we fail to spown an instance because we do not have enough disk space, horizon is reporting no valid host found: Error: Failed to launch instance dafna: Please try again later [Error: No valid host was

[Yahoo-eng-team] [Bug 1319940] [NEW] Add bootable column to the volumes table and to the snapshots table

2014-05-15 Thread Santiago Baldassin
Public bug reported: Cinder is returning a bootable attribute for each volume and snapshot indicating whether the volume/snapshot is bootable or not. This information is useful and should be shown to the users ** Affects: horizon Importance: Undecided Assignee: Santiago Baldassin

[Yahoo-eng-team] [Bug 1319943] [NEW] libvirt driver's to_xml method logs iscsi auth_password if debug

2014-05-15 Thread Matt Riedemann
Public bug reported: If you have debug logging enabled the libvirt driver's to_xml method logs the iscsi auth_password in plain text. ** Affects: nova Importance: Undecided Status: New ** Tags: libvirt security -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1320029] [NEW] GRE segmentation issue drops packets over 1438 bytes long

2014-05-15 Thread Tom Christensen
Public bug reported: OpenStack Icehouse release running on ubuntu 14.04 using GRE tunnels, packets over 1438 bytes long are dropped and not segmented. This causes many issues, not least of which is you cannot inject an ssh key into an ubuntu 14.04 guest using the metadata service. I have

[Yahoo-eng-team] [Bug 1320028] [NEW] libvirt volume.py's _run_iscsiadm function logs iscsi node.session.auth.password if debug

2014-05-15 Thread Brad Pokorny
Public bug reported: If debug logging is enabled, the _run_iscsiadm function in volume.py logs the iscsi node.session.auth.password in plain text. 2014-05-13 08:12:21.915 29013 DEBUG nova.virt.libvirt.volume [req- d21bb680-feb9-4242-9d18-057af79d26e8 0 3112d0d7268b458bb5c997c33cd8a8c0] iscsiadm

[Yahoo-eng-team] [Bug 1320029] Re: GRE segmentation issue drops packets over 1438 bytes long

2014-05-15 Thread Tom Christensen
** Also affects: ubuntu 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/1320029 Title: GRE segmentation issue drops packets over 1438 bytes

[Yahoo-eng-team] [Bug 1320062] [NEW] LBaas health_monitor'timeout shouldn't be -1

2014-05-15 Thread shihanzhang
Public bug reported: It should to limit the value of timiout in health_monitor, the timiout shouldn't be -1, in extentions/loadbalancer.py, the define is: 'timeout': {'allow_post': True, 'allow_put': True, 'convert_to': attr.convert_to_int,