[Yahoo-eng-team] [Bug 1276440] [NEW] Metadata-agent sends a lot of same requests to neutron-server during cloud-init

2014-02-05 Thread Jakub Libosvar
Public bug reported: When cloud-init is running metadata-agent sends a lot of same requests to neutron-server. These requests serves for obtaining instance_id and tenant_id of running instance. When higher amount of instances is started at once mentioned requests cause high load for

[Yahoo-eng-team] [Bug 1180044] Re: nova failures when vCenter has multiple datacenters

2014-02-05 Thread Ante Karamatić
** Also affects: nova (Ubuntu) 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/1180044 Title: nova failures when vCenter has

[Yahoo-eng-team] [Bug 1276530] [NEW] memorycache#get scans the whole cache for expired items on every fetch

2014-02-05 Thread Matthew Gilliard
Public bug reported: Every time an item is fetched from the memory cache, the whole cache is scanned for expired items: https://github.com/openstack/nova/blob/master/nova/openstack/common/memorycache.py#L63-L67 This is not the right place to expire items - a large cache can become slow. There

[Yahoo-eng-team] [Bug 1276539] [NEW] VMware: exception handling throws error - AttributeError: 'NoneType' object has no attribute 'getChildren'

2014-02-05 Thread Gary Kotton
Public bug reported: [req-83b880af-7ed2-417f-8d91-ae9b7d624be1 FixedIPsTestJson-1652350262 FixedIPsTestJson-1562534047] In vmwareapi: _call_method (session=52e6b7a6-4745-7303-17f1-52ed4da676a8) Traceback (most recent call last): File /opt/stack/nova/nova/virt/vmwareapi/driver.py, line 817, in

[Yahoo-eng-team] [Bug 1276552] [NEW] test_add_remove_router_interface_with_port_id failed in gate job

2014-02-05 Thread Oleg Bondarev
Public bug reported: Traceback (most recent call last): 2014-02-05 10:27:00.973 | File tempest/api/network/test_routers.py, line 101, in test_add_remove_router_interface_with_port_id 2014-02-05 10:27:00.973 | network_id=network['id']) 2014-02-05 10:27:00.973 | File

[Yahoo-eng-team] [Bug 1276575] [NEW] some filter's info is missing in source/devref/filter_scheduler.rst

2014-02-05 Thread jichencom
Public bug reported: in doc/source/devref/filter_scheduler.rst, it describe the filters as reference DiskFilter NumInstancesFilter PciPassthroughFilter are missing and should be added (BTW, don't know whether it's proper to open a doc defect through bug here, let me know a better way if you

[Yahoo-eng-team] [Bug 1276629] [NEW] Non-working tunnels after IP change of nodes (ovs_tunnel_endpoints doesn't clean)

2014-02-05 Thread George Shuklin
Public bug reported: If any OVS-enabled host with GRE tunnes change it IP, neutron do not discard entry in ovs_tunnel_endpoints table and recreate gre-x interfaces in br-tun on every boot. Expected behavior: automaic removing of entries in ovs_tunnel_endpoints when IP address is changed. **

[Yahoo-eng-team] [Bug 1276639] [NEW] block live migration does not work when a volume is attached

2014-02-05 Thread Jesse Pretorius
Public bug reported: Environment:  - Two compute nodes, running Ubuntu 12.04 LTS  - KVM Hypervisor  - Ceph (dumpling) back-end for Cinder  - Grizzly-level Openstack Steps to reproduce:  1) Create instance and volume  2) Attach volume to instance  3) Attempt a block migration between compute

[Yahoo-eng-team] [Bug 1276644] [NEW] VMware: exception when deleting a VM that has no datastore

2014-02-05 Thread Gary Kotton
Public bug reported: The following appears in the log files when this happens: [req-83b880af-7ed2-417f-8d91-ae9b7d624be1 FixedIPsTestJson-1652350262 FixedIPsTestJson-1562534047] In vmwareapi:vmops:destroy, got this exception while deleting the VM contents from the disk: local variable

[Yahoo-eng-team] [Bug 1276648] [NEW] add support for overlayroot (and crypt)

2014-02-05 Thread Kapil Thangavelu
Public bug reported: Cloud-init needs support for enabling and configuring overlayroot (and crypt) so that this can be turned on at instance start. ** Affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1276530] Re: memorycache#get scans the whole cache for expired items on every fetch

2014-02-05 Thread Joe Gordon
memorycache is synced in from oslo-incubator so the fix has to go there first. ** Also affects: oslo Importance: Undecided Status: New ** Changed in: oslo Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1276696] [NEW] when flavor is too small the error is not clear

2014-02-05 Thread Dafna Ron
Public bug reported: when I try to run an instance with a flavor which is too small the error that I get from Horizon is no available compute found the compute log shows that the issue is: FlavorDiskTooSmall The error should be fixed since no available computes is a message that requires a

[Yahoo-eng-team] [Bug 1276722] [NEW] Upload horizon to pypi

2014-02-05 Thread Paul Belanger
Public bug reported: Because horizon is not uploaded to pypi, you'll get the following error back from tox 1.6+ now: Some externally hosted files were ignored (use --allow-external horizon to allow). The work around is to use the flag, but ideal it should be hosted on pypi. ** Affects:

[Yahoo-eng-team] [Bug 1276731] [NEW] simple_tenant_usage extension should not rely on looking up flavors

2014-02-05 Thread Dan Smith
Public bug reported: The simple_tenant_usage extension gets the flavor data from the instance and then looks up the flavor from the database to return usage information. Since we now store all of the flavor data in the instance itself, we should use that information instead of what the flavor

[Yahoo-eng-team] [Bug 1276728] [NEW] Cells capacity reports can be wrong when multiple flavors have the same disk/ram size

2014-02-05 Thread Andrew Laski
Public bug reported: mysql select memory_mb,memory_mb_used,free_ram_mb,free_disk_gb from compute_nodes where free_ram_mb 8000; +---++-+--+ | memory_mb | memory_mb_used | free_ram_mb | free_disk_gb |

[Yahoo-eng-team] [Bug 1276735] [NEW] Admin/Flavors View Extra Specs does not render as a modal

2014-02-05 Thread David Lapsley
Public bug reported: Each entry in the flavors table under admin/flavors has a row_action More/View Extra Specs. This renders a modal as a separate page view instead of a modal. To reproduce this problem (assuming you are running devstack): 1. Login as admin user 2. Select the Admin project 3.

[Yahoo-eng-team] [Bug 1276772] [NEW] Instance deletion fails due to race condition on Hyper-V

2014-02-05 Thread Alessandro Pilotti
Public bug reported: A recently merge patch separates the lock required to delete an instance from the one used during instance creation and other operations. This leads to race conditions in the Hyper-V driver, as the spawn and destroy methods have been written considering that locking already

[Yahoo-eng-team] [Bug 1276773] [NEW] Image property filter can't handle old vm_modes

2014-02-05 Thread Brian Elliott
Public bug reported: The ImagePropertyFilter fails if it encounters an old vm_mode metadata on an older image. Examples: pv or hv. In such cases, the instance will fail to build. See the notes in nova.compute.vm_mode on backward compatibility. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1203858] Re: v3 auth demanding token id

2014-02-05 Thread Dolph Mathews
Unassigning due to inactivity. ** Changed in: keystone Assignee: Adam Young (ayoung) = (unassigned) ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1276778] [NEW] test_lock_unlock_server: failed to reach ACTIVE status and task state None within the required time

2014-02-05 Thread Dolph Mathews
Public bug reported: Traceback (most recent call last): File tempest/api/compute/servers/test_server_actions.py, line 419, in test_lock_unlock_server self.servers_client.wait_for_server_status(self.server_id, 'ACTIVE') File tempest/services/compute/xml/servers_client.py, line 371, in

[Yahoo-eng-team] [Bug 1026301] Re: image-list should be able to filter on deleted attribute

2014-02-05 Thread Mark Washenberger
** Changed in: glance Status: In Progress = Won't Fix ** Changed in: glance Importance: Undecided = Wishlist ** Changed in: python-glanceclient Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1258566] Re: Nova scheduler to properly launch a VM or BM instance based on selected flavor

2014-02-05 Thread Joe Gordon
This can be done today using scheduler filters and different images with metadata. ** 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 1276814] [NEW] Provide ability to expose Trove database backups panel regardless of Swift's presence in Keystone catalog

2014-02-05 Thread Mat Lowery
Public bug reported: Currently, the Trove database backups panel is only shown when the user has the openstack.services.object-store permission, which is set when the Swift endpoint is registered in Swift. At present, Trove does not consult the catalog for any endpoints, let alone Swift. So

[Yahoo-eng-team] [Bug 1271417] Re: glance_num_retries can't work

2014-02-05 Thread Joe Gordon
If you want to do load balancing you should do it by putting both glance servers behind the same IP somehow. The current glance logic randomly picks one of the glance_api_servers, and has no concept of knowing which glance_api_server is down. We are trying to move away from using the

[Yahoo-eng-team] [Bug 1276857] [NEW] update oauth consumer fields not normalized

2014-02-05 Thread Brant Knudson
Public bug reported: If you create a consumer with some weird field like some:wierd-field, the name of the field gets normalized to some_wierd_field. But when you try to update that field with some:wierd-field, the name doesn't get normalized, so it creates a new field with the wierd name

[Yahoo-eng-team] [Bug 1266415] Re: Compute node reports wrong amount of free memory

2014-02-05 Thread Joe Gordon
see comments on review ** Changed in: nova Status: Triaged = 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/1266415 Title: Compute node reports wrong

[Yahoo-eng-team] [Bug 1276859] [NEW] config sample generator cannot recognize DictOpt type options

2014-02-05 Thread Xinyuan Huang
Public bug reported: If we register a DictOpt type config option in nova, then the following error will be given when running tools/config/generate_sample.sh to generate nova.conf.sample: 'NoneType' object has no attribute 'group' The tools/config/generate_sample.sh calls

[Yahoo-eng-team] [Bug 1276876] [NEW] dns and dhcp info in subnet create, send delete subnet requests to VSM, Update subnet properties to VSM

2014-02-05 Thread Dhanashree Gosavi
Public bug reported: Sync Bug fixes from grizzly to Havana : 1) dns and dhcp info in subnet create, 2) send delete subnet requests to VSM, 3) Update subnet properties to VSM ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1276883] [NEW] Servicegroup drivers pass report_interval as initial_delay to report timer

2014-02-05 Thread Michael H Wilson
Public bug reported: This behavior has existed since at least the Folsom release and I think has potential to confuse users (it confused me). The nasty code (IMO) is that we use the configured report_interval as the initial_delay to start our service report timer. Ie.: def join(self,

[Yahoo-eng-team] [Bug 1276885] [NEW] fail_gracefully can exit test suite

2014-02-05 Thread Jamie Lennox
Public bug reported: If an exception happens in the startup phase of keystone (not handling a request) it falls through to the handler @fail_gracefully which is designed to print a big warning message and exit the application. This makes sense for running keystone but in the case of tests what

[Yahoo-eng-team] [Bug 1276888] [NEW] Not return volume type id but name when nova gets volume object from cinder

2014-02-05 Thread John Haan
Public bug reported: when nova gets volume object and untranslate its, volume_type_id regards vol.volume_type. Actually volume_type is returned not an id but a name. However, some unittest defines volume_type_id to defferent type value. 1. in nova/tests/fake_volumes.py 'volume_type_id': 99

[Yahoo-eng-team] [Bug 1276887] [NEW] Glance uses INVALID HTTP header names - with underscore in their name

2014-02-05 Thread Daniel Speichert
Public bug reported: These headers: x-image-meta-container_format: bare x-image-meta-disk_format: qcow2 x-image-meta-is_public: True are not valid HTTP headers - these should not contain underscores. HTTP proxies such as nginx (which are used e.g. for SSL termination) strip these headers by

[Yahoo-eng-team] [Bug 1273862] Re: Keystone manage man page errors

2014-02-05 Thread Dolph Mathews
** Changed in: keystone Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1273862 Title: Keystone manage man page errors Status in OpenStack

[Yahoo-eng-team] [Bug 1252299] Re: keystone endpoint-create default region

2014-02-05 Thread Dolph Mathews
Fix Released indicates that the change has been released in a milestone, whereas Fix Committed simply indicates the patch has been merged to the relevant branch (master, in this case). ** Changed in: keystone Status: Fix Released = Fix Committed -- You received this bug notification

[Yahoo-eng-team] [Bug 1261431] Re: Horizon: Display Information About Version

2014-02-05 Thread Joshua Harlow
** Project changed: cloud-init = horizon -- 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/1261431 Title: Horizon: Display Information About Version Status in

[Yahoo-eng-team] [Bug 1276930] [NEW] assertGreater fails python 2.6 tests

2014-02-05 Thread Lance Bragstad
Public bug reported: According to the logs on this patch https://review.openstack.org/#/c/69084/7/keystone/tests/test_notifications.py http://logs.openstack.org/84/69084/7/check/gate-keystone- python26/19095a9/console.html assertGreater will not pass on python 2.6. Looks like it was new in