[Yahoo-eng-team] [Bug 1612029] Re: [sr-iov] pci passthrough whitelist doesn't support mult node

2017-07-25 Thread Sean Dague
Probably needs to come in as spec as this requires work outside of the virt driver ** Tags added: vmware ** Summary changed: - [sr-iov] pci passthrough whitelist doesn't support mult node + [vmware] [sr-iov] pci passthrough whitelist doesn't support mult node ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 1646819] Re: add more exceptions into spawn fail list

2017-07-25 Thread Sean Dague
it's fine to keep doing this, but the bug hasn't been updated as to what's left. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Low => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1656978] Re: Expand tag length limit to 80

2017-07-25 Thread Sean Dague
** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- 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/1656978 Title:

[Yahoo-eng-team] [Bug 1671815] Re: Can not use custom network interfaces with stable/newton Ironic

2017-07-25 Thread Sean Dague
Looks like it was fixed in master? ** 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/1671815 Title: Can not use custom ne

[Yahoo-eng-team] [Bug 1670950] Re: nova can't bind to dpdk (vhostuser) socket

2017-07-25 Thread Sean Dague
This sounds like an issue with the documentation, as it's a permissions error outside of Nova ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1648424] Re: check hw:mem_page_size before set flavor_extra

2017-07-25 Thread Sean Dague
The discussion in the patch is that a bigger standardization is required here. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

[Yahoo-eng-team] [Bug 1675393] Re: Add lan9118 as valid nic for hw_vif_model property for qemu

2017-07-25 Thread Sean Dague
** Changed in: nova Status: New => 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/1675393 Title: Add lan9118 as valid nic for hw_vif_model proper

[Yahoo-eng-team] [Bug 1623809] Re: Quota exceeded when spawning instances in server group

2017-07-25 Thread Sean Dague
** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- 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/1623809 Title:

[Yahoo-eng-team] [Bug 1702268] Re: scheduler service does not exit gracefully on receiving sigkill signal

2017-07-25 Thread Sean Dague
KILL (-9) is supposed to exit immediately without doing any work. TERM (-15) is supposed to work like you proposed. Don't use kill -9 if you want cleanup. ** Changed in: nova Status: New => Opinion ** Changed in: nova Status: Opinion => Won't Fix -- You received this bug notificat

[Yahoo-eng-team] [Bug 1681465] Re: VNC connection to VMs is unprotected

2017-07-25 Thread Sean Dague
** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- 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/1681465 Title:

[Yahoo-eng-team] [Bug 1675518] Re: cells_scheduler_filter policies checked outside nova-api

2017-07-25 Thread Sean Dague
As this is a cells v1 issue, it's in the won't fix category. ** Tags added: cellsv1 ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launch

[Yahoo-eng-team] [Bug 1707007] Re: Add support to make Nova instances to boot with OVMF Secure Boot + SMM (Secure Management Mode)

2017-07-27 Thread Sean Dague
This really should come in as a spec, it's a feature add. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist ** Tags added: needs-spec -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1682811] Re: nova boot apis raises 500 error if scheduler_hints additionalProperties value passed as "null" or "dict"

2017-07-27 Thread Sean Dague
** Changed in: nova Status: New => Won't Fix -- 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/1682811 Title: nova boot apis raises 500 error if scheduler_hints ad

[Yahoo-eng-team] [Bug 1707085] Re: Max_unit should account for allocation_ratio

2017-07-28 Thread Sean Dague
Self over allocating VCPUs is not a good idea. If your machine only has 4 CPUs and you expose that as 5 CPUs to a guest, you'll get pathologically bad performance as the guest tries to optimize workloads across those, which are causing cache flushes in the CPUs below. Definitely in the Won't Fix c

[Yahoo-eng-team] [Bug 1679703] Re: Unable to boot instance with VF( direct-port ) because the PF is not online

2017-07-28 Thread Sean Dague
Fixed in docs. ** Changed in: nova Status: New => 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/1679703 Title: Unable to boot instance with VF( direct-port ) because the

[Yahoo-eng-team] [Bug 1687067] Re: problems with cpu and cpu-thread policy where flavor/image specify different settings

2017-07-28 Thread Sean Dague
Ok, given the docs are fixed, lets put this into Opinion (which is a closed state) for the actual code changes which don't have concensus. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1686999] Re: Instance with two attached volumes fails to start with error: Duplicate ID 'drive-ide0-0-0' for drive

2017-07-28 Thread Sean Dague
I think this is one of those edge cases that the work around you provided is the right way through. The decorating on images is meant to be part of the original image build process, and doesn't magically fix things. ** Changed in: nova Status: New => Won't Fix -- You received this bug not

[Yahoo-eng-team] [Bug 1683770] Re: "nova volume-attach" should not allow attachment of cinder volume of other project to the instance of admin project

2017-07-28 Thread Sean Dague
If nova cli allows you to do that, it means the REST API allows you to do that. Permissions should not be done on the client side as they can be circumvented with curl. This looks like it's a permissions issue on the server side where you'd like a different policy? ** Changed in: nova Stat

[Yahoo-eng-team] [Bug 1677892] Re: nova scheduler_default_filter ComputeCapabilities filter breaks other filters

2017-07-28 Thread Sean Dague
** Changed in: nova Status: New => Won't Fix -- 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/1677892 Title: nova scheduler_default_filter ComputeCapabilities filte

[Yahoo-eng-team] [Bug 1675276] Re: Volumes attached to shelved instance may contain incorrect device_name

2017-07-28 Thread Sean Dague
Working as design, device_name is since removed from the API. ** Tags added: shelve ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launch

[Yahoo-eng-team] [Bug 1670628] Re: nova-compute will try to re-plug the vif even if it exists for vhostuser port.

2017-07-28 Thread Sean Dague
What real world scenario would you expect to expose a situation where the neutron environment is turned off and nova-compute is restarted? This seems pretty synthetic, and the fact that it recovers ones the neutron agent restarts seems like most of the environment is working as expected. ** Change

[Yahoo-eng-team] [Bug 1669054] Re: RequestSpec.ignore_hosts from resize is reused in subsequent evacuate

2017-07-28 Thread Sean Dague
This is really a note to self. Moving to Opinion as there are a lot of mights here. :) ** Tags added: note-to-self ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Comput

[Yahoo-eng-team] [Bug 1667269] Re: Nova volume-attach doesnt care for name given

2017-07-28 Thread Sean Dague
The device_name was removed from the API. I think the only place it ever worked was xenserver. ** 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://bug

[Yahoo-eng-team] [Bug 1667500] Re: Openstack add 'deafult' security group to a VM when attaching new interface to new network even the VM have customized secgroup

2017-07-28 Thread Sean Dague
If there is a request for a Nova feature here, please bring it in via the Nova Specs process - https://specs.openstack.org/openstack/nova- specs/readme.html ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1663225] Re: ironic does not clean or shutdown nodes if nova-compute is down at the moment of 'nova delete'

2017-07-28 Thread Sean Dague
I think on the Nova side this is pretty much working as designed. If there is different / better ironic behavior, perhaps it could be brought up with the Ironic team? ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1663165] Re: network_data from metadata agent does not contain local routes for adjacent subnets

2017-07-28 Thread Sean Dague
I think this is the kind of enhancement that would come through the specs process - https://specs.openstack.org/openstack/nova- specs/readme.html ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification beca

[Yahoo-eng-team] [Bug 1661086] Re: Failed to plug VIF VIFBridge

2017-07-28 Thread Sean Dague
I expect this was an issue with a stale installation of dependencies. If this is still an issue, please reopen ** 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 (no

[Yahoo-eng-team] [Bug 1659647] Re: The resource tracker clears the tracked_instances dictionary on every periodic job

2017-07-28 Thread Sean Dague
** Tags added: note-to-self ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchp

[Yahoo-eng-team] [Bug 1659062] Re: Failed evacuations leave neutron ports on destination host

2017-07-28 Thread Sean Dague
Evacuate behavior changes are so dicey at this point that I think anything like this probably needs a spec to actually think through the edge conditions. Please dive in here if you are interested - https://specs.openstack.org/openstack/nova-specs/readme.html ** Tags added: evacuate ** Changed in

[Yahoo-eng-team] [Bug 1659220] Re: Attaching volume after taking snapshot fails silently

2017-07-28 Thread Sean Dague
Managing the AppArmor config is currently beyond scope for Nova, thus marking this as Opinion. It would be good if those rules from the distros were able to do this better. If you wanted to put that in scope for Nova, that would require a Nova spec - https://specs.openstack.org/openstack/nova-spec

[Yahoo-eng-team] [Bug 1655030] Re: AggregateImagePropertiesIsolation can be circumvented using Boot from Volume

2017-07-28 Thread Sean Dague
This would be a spec enhancement I think, please look at the specs process here - https://specs.openstack.org/openstack/nova- specs/readme.html ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification becaus

[Yahoo-eng-team] [Bug 1454418] Re: Evacuate fails when using cells - AttributeError: 'NoneType' object has no attribute 'count'

2017-07-28 Thread Sean Dague
** Changed in: nova Status: Confirmed => Won't Fix -- 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/1454418 Title: Evacuate fails when using cells - AttributeError:

[Yahoo-eng-team] [Bug 1644725] Re: Check destination_type when booting with bdm provided

2017-07-28 Thread Sean Dague
It does feel like it might be better to fix this on the client side. Marking as opinion as the patch author abandoned the nova patch. It is welcome to come back later. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1635160] Re: No bootable device when evacuate a instance on shared_storage_storage ceph

2017-07-28 Thread Sean Dague
*** This bug is a duplicate of bug 1562681 *** https://bugs.launchpad.net/bugs/1562681 ** Tags added: evacuate ** This bug has been marked a duplicate of bug 1562681 Post instance evacuation, image metadata is not retained when using shared storage -- You received this bug notification

[Yahoo-eng-team] [Bug 1625105] Re: During rebuild/spawn instance stopped compute, the instances set error_state

2017-07-28 Thread Sean Dague
There definitely could be enhancements to the recovery mode when things start up again, but this is more than a simple bug, and probably needs a spec to work through all the edge conditions here. The Nova spec process is here - https://specs.openstack.org/openstack /nova-specs/ ** Changed in: nov

[Yahoo-eng-team] [Bug 1649845] Re: Interface drivers don't update port MTU if the port already exists

2017-07-28 Thread Sean Dague
This is apparently fixed in os-vif for Newton and beyond. Marking Invalid on the Nova side because the logic doesn't live in Nova in any supported version. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1616134] Re: api-ref-compute-v2.1 - inaccurate description for parameters

2017-07-31 Thread Sean Dague
This references the wadl, it can be closed ** Changed in: nova Status: In Progress => Won't Fix -- 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/1616134 Title: api

[Yahoo-eng-team] [Bug 1662483] Re: detach_volume races with delete

2017-08-01 Thread Sean Dague
*** This bug is a duplicate of bug 1683972 *** https://bugs.launchpad.net/bugs/1683972 ** This bug has been marked a duplicate of bug 1683972 Overlapping iSCSI volume detach/attach can leave behind broken SCSI devices and multipath maps. -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1587070] Re: adminPass is missing from the parameter list of Change administrative password

2017-08-01 Thread Sean Dague
This references the old api-ref, marking won't fix. If this is an issue in the new one please update the bug. ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (n

[Yahoo-eng-team] [Bug 1674486] Re: sync_instances in os-cells undocumented

2017-08-01 Thread Sean Dague
cells v1 is deprecated, we're not going to document it fully ** Changed in: nova Status: New => Won't Fix -- 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/1674486 Ti

[Yahoo-eng-team] [Bug 1708424] Re: When a flavor has resource extra_specs disabling all standard fields, nova tries to make a request to the placements API with no resources

2017-08-03 Thread Sean Dague
So, this really seems like going out of the way to break the system. A better error message would be fine if it was submitted, but this is very unlikely to hit in the real world. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist ** Tags ad

[Yahoo-eng-team] [Bug 1708458] Re: Expose instance system_metadata in compute API

2017-08-03 Thread Sean Dague
Exposing system metadata in the compute API is something we really don't want to do. ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launch

[Yahoo-eng-team] [Bug 1713731] Re: SSL setup for multiple projects is broken

2017-08-31 Thread Sean Dague
This is really only a devstack fix ** Changed in: nova Status: New => Confirmed ** No longer affects: nova ** No longer affects: neutron ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutro

[Yahoo-eng-team] [Bug 1713466] Re: Initialize connection failed for volume

2017-08-31 Thread Sean Dague
For questions like this, please engage in IRC or the mailing list ** 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/1713466

[Yahoo-eng-team] [Bug 1713162] Re: Kernel panic when configuring APIC timers in an instance

2017-08-31 Thread Sean Dague
Kernel panics in guests are unlikely to be Nova bugs. This is probably an underlying kvm / libvirt issue. ** Changed in: nova Status: New => Incomplete ** Also affects: openstack-gate Importance: Undecided Status: New ** No longer affects: nova -- You received this bug notific

[Yahoo-eng-team] [Bug 1714195] Re: nova task shutdown or deleted instance when instance status in the databse differs from hypervisor

2017-08-31 Thread Sean Dague
This is pretty much working as designed. Nova is the owner of that state, and will drive services to that state. ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1714864] Re: [RFE]: Add support for multiple resource classes to ironic nodes

2017-09-05 Thread Sean Dague
This should be tracked by a blueprint, not a bug, on the nova side. ** Changed in: nova Status: New => Opinion ** Tags added: ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.la

[Yahoo-eng-team] [Bug 1714416] Re: Incorrect response returned for invalid Accept header

2017-09-05 Thread Sean Dague
** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1714416 Title: Incorrect response returned for invalid Accept header Status in Cinder:

[Yahoo-eng-team] [Bug 1715646] Re: Compute host for ironic is not mapped to a cell if no ironic node is created

2017-09-08 Thread Sean Dague
This is working as designed. It's not possible for Nova to map anything until it's registered. Additional documentation for Ironic might be appropriate here. ** Tags added: ironic ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1715615] Re: it throws 'Unexpected API Error ' when i try to create first instance

2017-09-08 Thread Sean Dague
** 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/1715615 Title: it throws 'Unexpected API Error ' when i try to create fi

[Yahoo-eng-team] [Bug 1673467] Re: [ocata] unsupported configuration: CPU mode 'host-model' for aarch64 kvm domain on aarch64 host is not supported by hypervisor

2017-03-17 Thread Sean Dague
This looks like an upstream libvirt/qemu issue that got exposed with the version bump in Ubuntu. Closing the upstream Nova side. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Ope

[Yahoo-eng-team] [Bug 1671422] Re: charms: nova/cinder/ceph rbd integration broken on Ocata

2017-04-17 Thread Sean Dague
** No longer affects: nova -- 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/1671422 Title: charms: nova/cinder/ceph rbd integration broken on Ocata Status in OpenStack ci

[Yahoo-eng-team] [Bug 1670737] Re: crashed, cannot create new instance

2017-04-17 Thread Sean Dague
Neutron configuration is not setup correctly in your nova.conf ** 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/1670737 Ti

[Yahoo-eng-team] [Bug 1659648] Re: Instance hung on first start, but works after being killed and restarted

2017-04-17 Thread Sean Dague
This should probably be tagged to the distro Nova, not the upstream Nova, unless we can figure out that upstream has a specific issue here ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Comput

[Yahoo-eng-team] [Bug 1668295] Re: Ironic hash ring in Ironic nova-compute driver does not update hypervisor host

2017-04-17 Thread Sean Dague
** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- 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/1668295 Title:

[Yahoo-eng-team] [Bug 1661184] Re: libvirtd: malloc.c:3720: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)' failed.

2017-04-17 Thread Sean Dague
This is a libvirt bug ** 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/1661184 Title: libvirtd: malloc.c:3720: _int_mall

[Yahoo-eng-team] [Bug 1511466] Re: Kilo to Liberty: migrate flavor data impossible

2017-04-20 Thread Sean Dague
Closing this out because it's a Liberty issue, which we can't fix any more. ** Summary changed: - migrate flavor data impossible + Kilo to Liberty: migrate flavor data impossible ** Description changed: + NOTE: (in comment #9) there is a proposed solution to fix this about + dropping foreign ke

[Yahoo-eng-team] [Bug 1690819] Re: nova-manage [..] api_db sync on F25 results in RuntimeError: no suitable implementation for this system

2017-05-15 Thread Sean Dague
** Also affects: oslo.db 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/1690819 Title: nova-manage [..] api_db sync on F25 re

[Yahoo-eng-team] [Bug 1526737] [NEW] Race between nova-network and dnsmasq allocating ips

2015-12-16 Thread Sean Dague
Public bug reported: During some gate runs (especially multinode ones) we end up with the following kinds of failures (all in this log http://logs.openstack.org/66/258166/1/check/gate-tempest-dsvm- full/41867ce/logs/syslog.txt.gz) Dec 16 00:12:16 devstack-trusty-hpcloud-b3-6590764 dnsmasq-dhcp[25

[Yahoo-eng-team] [Bug 1526675] Re: test_models_sync fails with 'Models and migration scripts aren't in sync'

2015-12-16 Thread Sean Dague
It's especially frustrating in that Nova doesn't use Alembic, however it's dragged in because of the tests in oslo.db ** Also affects: oslo.db Importance: Undecided Status: New ** Changed in: oslo.db Importance: Undecided => Critical -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1488167] Re: neutron stable jobs are busted by alembic 0.8.1

2015-12-16 Thread Sean Dague
This has popped back in Alembic 0.8.4 because of oslo.db tests ** Also affects: oslo.db Importance: Undecided Status: New ** Changed in: oslo.db Importance: Undecided => Critical ** Summary changed: - neutron stable jobs are busted by alembic 0.8.1 + oslo.db model tests broken by a

[Yahoo-eng-team] [Bug 1450798] Re: Multiple command injection vulns in schema_diff tool

2016-02-09 Thread Sean Dague
really? Please actually look at the code a little bit before filing security bugs. This is a very specific tool used to compare the state of migrations. It's not installed as part of normal nova process. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notifica

[Yahoo-eng-team] [Bug 1537674] Re: host action should use POST instead of GET for power on , reboot etc

2016-02-11 Thread Sean Dague
This is going to require a spec, as it will be a microversion. I agree GET is the wrong method for these kinds of things. ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1513558] Re: test_create_ebs_image_and_check_boot failing with ceph job on stable/kilo

2016-02-11 Thread Sean Dague
** Also affects: tempest Importance: Undecided Status: New ** No longer affects: nova -- 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/1513558 Title: test_creat

[Yahoo-eng-team] [Bug 1486565] Re: Network/Image names allows terminal escape sequence

2016-02-11 Thread Sean Dague
Nova is an API server, it's fine to put whatever into these fields. Should the clients scrub this, probably. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1542486] Re: nova-compute stack traces with BadRequest: Specifying 'tenant_id' other than authenticated tenant in request requires admin privileges

2016-02-11 Thread Sean Dague
These changes all come from keystone libraries. Nova doesn't do any registration of this config variables itself. Please poke the keystone auth folks about this. ** Also affects: keystone Importance: Undecided Status: New ** Changed in: nova Status: New => Incomplete -- You rec

[Yahoo-eng-team] [Bug 1543169] Re: Nova os-volume-types endpoint doesn't exist

2016-02-11 Thread Sean Dague
It's not there in 2.0 either. The help text is super out of whack saying that volumes have 'gpu' associated with them. I just don't think this ever existed. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 1522008] Re: Nova delete instance fails if cleaning is not async

2016-02-11 Thread Sean Dague
It is not clear that this is a nova issue, but a wholely ironic issue. ** 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/152

[Yahoo-eng-team] [Bug 1542303] Re: When using realtime guests we should to avoid using QGA

2016-02-11 Thread Sean Dague
If you are creating a tracking bug for yourself, please move to confirmed ** Changed in: nova Status: New => Opinion -- 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/

[Yahoo-eng-team] [Bug 1538204] Re: Failed to stop nova-api in grenade tests

2016-02-11 Thread Sean Dague
This is definitely a core oslo.service issue with shutting down, this keeps tripping us up. ** Changed in: oslo.service Status: New => Confirmed ** Changed in: oslo.service Importance: Undecided => Critical ** Changed in: nova Status: New => Invalid -- You received this bug no

[Yahoo-eng-team] [Bug 1537076] Re: Timed out waiting for Nova hypervisor-stats count >= 1 due to Nova Unable to establish connection to http://127.0.0.1:35357/v2.0/tokens

2016-02-11 Thread Sean Dague
It seems really weird about why keystone just stops working. That is the thing that really needs to be sorted out. ** 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 1536050] Re: Error: ImageMetaProps object has no attribute 'ssd'

2016-02-11 Thread Sean Dague
Yes, that is by design ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: nova Status: Opinion => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 1531930] Re: SQLalchemy API crashes executing migration_get_unconfirmed_by_dest_compute

2016-02-11 Thread Sean Dague
This was released in oslo.db 4.1.0. Something else must be wrong about your environment for this to be an issue, because it's definitely in 4.2 ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, whic

[Yahoo-eng-team] [Bug 1482633] Re: requests to SSL wrapped sockets hang while reading using py3

2016-02-11 Thread Sean Dague
Is there an upstream eventlet bug for this? ** Changed in: nova Status: New => 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/1482633 Title: requests to SSL wrapped socke

[Yahoo-eng-team] [Bug 1523175] Re: ""nova evacuate"" does not tell cinder to do ""removehlu""

2016-02-11 Thread Sean Dague
evacuate assumes you've done all the fencing and cleanup of the node itself, this is by design. ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://

[Yahoo-eng-team] [Bug 1522381] Re: Support for addition of compute node into the running environment

2016-02-11 Thread Sean Dague
I'm not really sure why this is filed against nova. ** Changed in: nova Status: New => Opinion -- 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/1522381 Title: Supp

[Yahoo-eng-team] [Bug 1203413] Re: VM launch fails with Neutron in "admin" tenant if "admin" and "demo" tenants have secgroups with a same name "web"

2016-02-12 Thread Sean Dague
This is legacy behavior in Nova network, and the kind of issue that isn't going to be addressed at this point. ** Changed in: nova Status: Confirmed => Won't Fix ** Changed in: nova Importance: High => Wishlist -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 1491022] Re: Glance client proxy doens't respect the osapi_max_limit configuration paramater

2016-02-12 Thread Sean Dague
As explained above, this would change the behavior of the API for portions that we are trying to deprecate out. People wanting a paginated API should go directly to Glance. ** Changed in: nova Status: In Progress => Won't Fix ** Changed in: nova Importance: Medium => Low -- You receiv

[Yahoo-eng-team] [Bug 1539351] Re: Authorization by user_id does not work in V2.1 API

2016-02-12 Thread Sean Dague
I think we have now decided the old behavior was never intended, and will not be supported in Nova moving forward. Permission restriction should be by project_id. ** Changed in: nova Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1538006] Re: useless 'u' in the return info of "openstack aggregate show"

2016-02-12 Thread Sean Dague
Not a nova bug, this is completely in the display layer for novaclient ** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Status: New => Confirmed ** Changed in: nova Status: Confirmed => Invalid ** Tags removed: api **

[Yahoo-eng-team] [Bug 1527925] Re: glanceclient.exc.HTTPInternalServerError when running nova image-list

2016-02-12 Thread Sean Dague
I believe that this is the issue with Glance incompatibilities with v1 vs. v2 images. If you create an image with v2 via the glance API, glance explodes when you probe for that image over the v1 API because of property incompatibilities. Pushing back as a glance issue for now for that team to look

[Yahoo-eng-team] [Bug 1479981] Re: Openstackclient return wrong quota information

2016-02-12 Thread Sean Dague
*** This bug is a duplicate of bug 1544989 *** https://bugs.launchpad.net/bugs/1544989 ** This bug is no longer a duplicate of bug 1317515 flavor-access-add doesn't validate the tenant id ** This bug has been marked a duplicate of bug 1544989 Nova doesn't validate user/project is valid f

[Yahoo-eng-team] [Bug 1544989] [NEW] Nova doesn't validate user/project is valid from keystone during admin operations

2016-02-12 Thread Sean Dague
Public bug reported: For any API call to Nova which takes a tenant_id / user_id as a parameter, and inserts it into the Nova database, no validation is done of these values. This is currently by design, largely because there is no clear way to check the existence of those users/projects. Nova has

[Yahoo-eng-team] [Bug 1399065] Re: Quota updated through nova api not refelected in Horizon

2016-02-12 Thread Sean Dague
*** This bug is a duplicate of bug 1544989 *** https://bugs.launchpad.net/bugs/1544989 ** This bug is no longer a duplicate of bug 1317515 flavor-access-add doesn't validate the tenant id ** This bug has been marked a duplicate of bug 1544989 Nova doesn't validate user/project is valid f

[Yahoo-eng-team] [Bug 1325736] Re: Security Group Rules can only be specified in one direction

2016-02-12 Thread Sean Dague
Closing an a possible, though unlikely future feature ** Changed in: nova Status: Confirmed => Opinion -- 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/1325736 Title

[Yahoo-eng-team] [Bug 1443494] Re: Return supported micro-version by http headers when request with invalid micro-version

2016-02-12 Thread Sean Dague
I think we're actually going to not fix this issue, the extra headers are mostly bloat ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bug

[Yahoo-eng-team] [Bug 1326124] Re: Allow for editing of existing Security Rules

2016-02-12 Thread Sean Dague
** Changed in: nova Status: Confirmed => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1326124 Title: Allow for editing of existing Security Rules Status in OpenStack Da

[Yahoo-eng-team] [Bug 1467843] Re: Experimental job for Nova API under Apache2 fails

2016-02-12 Thread Sean Dague
This is really a devstack setup issue, not a nova api issue ** Changed in: nova Status: In Progress => 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/146784

[Yahoo-eng-team] [Bug 1458122] Re: nova shouldn't error if we can't schedule all of max_count instances at boot time

2016-02-12 Thread Sean Dague
This is really a feature as it changes quite substantially how the bulk create works and is accounted for. This should really come in as a spec I think. ** Changed in: nova Status: Confirmed => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1497740] Re: nova API proxy to neutron should avoid race-ful behavior

2016-02-12 Thread Sean Dague
The API semantics are really async. For different semantics we should probe directly to neutron. ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). h

[Yahoo-eng-team] [Bug 1434172] Re: security group create errors without description

2016-02-12 Thread Sean Dague
We've updated the Nova docs that this is no longer optional. ** Changed in: nova Status: In Progress => Won't Fix -- 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/143

[Yahoo-eng-team] [Bug 1398329] Re: Wrong filtering during "nova list --tenant "

2016-02-17 Thread Sean Dague
This requires a change to the Nova API, so move to a feature ** Changed in: nova Status: In Progress => Opinion ** Changed in: nova Importance: Medium => Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStac

[Yahoo-eng-team] [Bug 1542421] Re: Split-network-plane-for-live-migration

2016-02-17 Thread Sean Dague
The manual updated needed here is for a new configuration option called: live_migration_inbound_addr Setting this allows for compute hosts to advertise the address which live migrations should come in on. This allows fine grained control in environments so that compute to compute live migration tr

[Yahoo-eng-team] [Bug 1540764] Re: build instance fail with sriov port on child cell

2016-02-17 Thread Sean Dague
I believe the issue is just that Cells does not support PCI pass through. Cells v1 is frozen, and only regressions will be fixed. So this is getting marked as Opinion as a future feature which will likely not ever be done on cells v1. ** Tags added: pci ** Tags added: cells ** Changed in: nova

[Yahoo-eng-team] [Bug 1536610] Re: nova instance actions periodically have no start and finish time (empty events[])

2016-02-17 Thread Sean Dague
** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- 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/1536610 Title:

[Yahoo-eng-team] [Bug 1536442] Re: swap volume is not available because the parameters are opposite

2016-02-17 Thread Sean Dague
*** This bug is a duplicate of bug 1451860 *** https://bugs.launchpad.net/bugs/1451860 ** This bug has been marked a duplicate of bug 1451860 Attached volume migration failed, due to incorrect arguments order passed to swap_volume -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1532076] Re: Nova intermittently fails test_volume_boot_patters with db error

2016-02-17 Thread Sean Dague
This isn't really enough to go on, there aren't even links to logs in the gate. ** 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

[Yahoo-eng-team] [Bug 1526818] Re: Incorrect and excess ARP responses in tenant subnets

2016-02-17 Thread Sean Dague
This feels like it needs neutron experts to weigh in because under this kind of environment the network setup is basically done by neutron. ** Also affects: neutron Importance: Undecided Status: New ** Changed in: nova Status: New => Incomplete -- You received this bug notifica

[Yahoo-eng-team] [Bug 1526642] Re: Simultaneous live migrations break anti-affinity policy

2016-02-17 Thread Sean Dague
This is definitely a feature rather than a bug, given the complexity. We should track it as a spec or blueprint instead. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1535346] Re: Direct Snapshot in Ceph patch causes nova live-migration to break

2016-02-17 Thread Sean Dague
Given the clearly invalid python in the stack trace that mriedem pointed out, marking as Invalid. ** Changed in: nova Status: Incomplete => Invalid ** Changed in: nova Importance: High => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

<    5   6   7   8   9   10   11   12   13   14   >