[Yahoo-eng-team] [Bug 1463747] [NEW] multinode job failing in test_live_block_migration

2015-06-10 Thread Matthew Gilliard
Public bug reported: For example: 2015-06-10 09:35:54.675 | Captured traceback: 2015-06-10 09:35:54.675 | ~~~ 2015-06-10 09:35:54.675 | Traceback (most recent call last): 2015-06-10 09:35:54.676 | File "tempest/api/compute/admin/test_live_migration.py", line 116, in te

[Yahoo-eng-team] [Bug 1458013] [NEW] ec2 code uses requests to talk to keystone (not keystoneclient)

2015-05-22 Thread Matthew Gilliard
Public bug reported: This code: https://github.com/openstack/nova/blob/master/nova/api/ec2/__init__.py#L270-L288 uses requests directly to talk to keystone, which means that the ssl option configuration is nonstandard. We should use the keystoneclient directly for consistency. ** Affects: nova

[Yahoo-eng-team] [Bug 1403431] Re: nova list --all-tenants should display tenant name/uuid as well

2014-12-19 Thread Matthew Gilliard
** Changed in: nova Status: Confirmed => 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/1403431 Title: nova list --all-tenants should display tenant name/

[Yahoo-eng-team] [Bug 1403889] [NEW] force_config_drive gives inconsistent instance state

2014-12-18 Thread Matthew Gilliard
Public bug reported: Default devstack install leaves   force_config_drive = always  in /etc/nova/nova.conf (slightly contradicting the docs: http://docs.openstack.org/user-guide/content/enable_config_drive.html which expects ' = true') An instance booted on this system does not have a confi

[Yahoo-eng-team] [Bug 1403431] Re: nova list --all-tenants should display tenant name/uuid as well

2014-12-17 Thread Matthew Gilliard
Confirmed: ubuntu@cont:~/devstack$ nova list --all-tenants +--+--+++-+--+ | ID | Name | Status | Task State | Power State | Networks | +---

[Yahoo-eng-team] [Bug 1370948] [NEW] ComputeCapabilitiesFilter doesn't provide enough information on failure

2014-09-18 Thread Matthew Gilliard
Public bug reported: ComputeCapabilitiesFilter code is convoluted. There are at least 3 different ways it can fail, and 2 of them don't provide any output at all. The one which does logs at debug (should be info), and does not actually provide enough info to diagnose the problem. The code aroun

[Yahoo-eng-team] [Bug 1269494] Re: compute.instance.{create, delete}.{start, end} notification event types do not include audit_period_{beginning, ending} fields

2014-07-14 Thread Matthew Gilliard
Thanks for the reminder Joe - this is not really a bug and the patch was unnecessary as Andrea Rosa points out. ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Com

[Yahoo-eng-team] [Bug 1340885] [NEW] Can't unset a flavor-key

2014-07-11 Thread Matthew Gilliard
Public bug reported: I am able to set a flavor-key but not unset it. devstack sha1=fdf1cffbd5d2a7b47d5bdadbc0755fcb2ff6d52f ubuntu@d8:~/devstack$ nova help flavor-key usage: nova flavor-key[ ...] Set or unset extra_spec for a flavor. Positional arguments: Name or ID of flavor

[Yahoo-eng-team] [Bug 1324934] Re: Neutron port leak when connection is dropped during port create in instance boot.

2014-07-01 Thread Matthew Gilliard
** 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/1324934 Title: Neutron port leak when connection is dropped during port create

[Yahoo-eng-team] [Bug 1324934] Re: port leak when instance is deleted before ACTIVE

2014-06-02 Thread Matthew Gilliard
** Description changed: If an instance is deleted after it has a neutron port allocated but before it has reached ACTIVE state, sometimes the port is not deleted but the instance is. These orphan ports count toward the user's quota so if it happens enough times the user will be unable to

[Yahoo-eng-team] [Bug 1324934] [NEW] port leak when instance is deleted before ACTIVE

2014-05-30 Thread Matthew Gilliard
Public bug reported: If an instance is deleted after it has a neutron port allocated but before it has reached ACTIVE state, sometimes the port is not deleted but the instance is. These orphan ports count toward the user's quota so if it happens enough times the user will be unable to boot instan

[Yahoo-eng-team] [Bug 1274317] Re: heal_instance_info_cache_interval config is not effective

2014-03-20 Thread Matthew Gilliard
** Changed in: nova Status: In Progress => Fix Released -- 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/1274317 Title: heal_instance_info_cache_interval config is

[Yahoo-eng-team] [Bug 1290746] [NEW] Nova should allow HARD_REBOOT to instances in the state REBOOTING_HARD

2014-03-11 Thread Matthew Gilliard
Public bug reported: Currently when trying to issue a hard reboot to an instance, the logic in nova/compute/api.py says: if (reboot_type == 'HARD' and instance['task_state'] == task_states.REBOOTING_HARD)): raise exception.InstanceInvalidState This mean's there's no user-facing way

[Yahoo-eng-team] [Bug 1284733] [NEW] metadata injected at nova boot does not arrive in /meta.js

2014-02-25 Thread Matthew Gilliard
Public bug reported: The command:    nova boot --flavor $FLAV --key_name $KEY --image $IMG --meta foo=bar meta1 should inject a file into `/meta.js` with content `{"foo":"bar"}`. Currently in devstack this doesn't work. >From nova compute logs: 2014-02-24 13:09:57 57751 DEBUG nova.virt.dis

[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 s

[Yahoo-eng-team] [Bug 1269494] [NEW] compute.instance.{create, delete}.{start, end} messages do not include audit_period_{beginning, end} fields

2014-01-15 Thread Matthew Gilliard
Public bug reported: Currently there is inconsistency in what fields are present in some instance-lifecycle notifications. `compute.instance.update` includes fields `audit_period_beginning` and `audit_period_end` but `compute.instance.{create,delete}.{start,end}` event types do not, and we are fo