[Yahoo-eng-team] [Bug 1498475] Re: the default security groups is not allowed to be deleted, but all the rules are allowed.

2015-09-23 Thread Sean Dague
The default security group not able to be deleted is a base feature in Nova. ** Changed in: nova Status: New => Opinion ** Changed in: nova Status: Opinion => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1489921] Re: Nova connects to rabbitmq successfully but has invalid credentials

2015-09-23 Thread Sean Dague
This really isn't a nova bug, this section of the conf routes directly to oslo.messaging and nova never even knows it's a thing ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Open

[Yahoo-eng-team] [Bug 1489226] Re: Nova should support specifying the block devices(/dev/sd*) name to attach to the instance

2015-09-23 Thread Sean Dague
** 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/1489226 Title: Nova should support specifying the block devices(/dev/sd*

[Yahoo-eng-team] [Bug 1480698] Re: MySQL error - too many connections

2015-09-23 Thread Sean Dague
This is not really a nova job, it's unsurprising that we see this in neutron jobs, there are more services, so more connections. Though now that we're using the pure python mysql driver we might not need such a high API worker count ** Changed in: nova Status: New => Invalid -- You receiv

[Yahoo-eng-team] [Bug 1459958] Re: Error messages returned to the user are not consistent across all apis

2015-09-23 Thread Sean Dague
I feel like this is one of those things where we need the API working group error specification and can move on from there. Pattern matching on exception names (which might change), isn't really a good long term plan. ** Changed in: nova Status: New => Opinion ** Changed in: nova Import

[Yahoo-eng-team] [Bug 1482234] Re: nova CLI not able to show direction of security rule

2015-09-23 Thread Sean Dague
Nova doesn't support this function natively ** 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/1482234 Title: nova CLI n

[Yahoo-eng-team] [Bug 1446583] Re: services no longer reliably stop in stable/kilo

2015-10-02 Thread Sean Dague
This has returned in liberty and is currently blocking grenade in much the same way as last time. https://review.openstack.org/#/c/190175/ is most likely part of the problem. It looks like after we ensured that SIGTERM actually terminated the program at the kilo release, folks from hds.com complai

[Yahoo-eng-team] [Bug 1513879] Re: NeutronClientException: 404 Not Found

2015-11-11 Thread Sean Dague
The existing understanding is that this is how python-neutronclient functions if there is no L3 agent. However, that seems really wrong. Because it means you have to know the topology of the services on the neutron side in order to use python-neutronclient correctly. That someone defeats the purpo

[Yahoo-eng-team] [Bug 1516158] Re: os-instance_usage_audit_log is used instead of os-instance-usage-audit-log

2015-11-17 Thread Sean Dague
This is actually a documentation bug, should be fixed on the API site. ** Changed in: nova Importance: Undecided => Medium ** Also affects: openstack-api-site Importance: Undecided Status: New ** Changed in: openstack-api-site Importance: Undecided => Medium ** Changed in: opens

[Yahoo-eng-team] [Bug 1503522] Re: multiple create server response only has a single server's info

2015-11-17 Thread Sean Dague
This is potentially an API enhancement, which would need a nova-spec. However, multiple create is an API that's somewhat out of favor at this point. I'd personally be opposed to extending multiple create like this. If the application needs / wants more granular info just issue the creates yourself

[Yahoo-eng-team] [Bug 1461653] Re: Attaching volume fails if keystone has multiple endpoints of Cinder (juno)

2015-11-17 Thread Sean Dague
Which is a server side configuration, not something that comes from the client. ** Changed in: nova Status: New => Invalid ** Changed in: nova Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1351315] Re: default security group for a tenant can't be deleted

2015-11-17 Thread Sean Dague
This would be an API change and require a nova-spec. If you want to do that, please go down that path. ** Changed in: nova Status: Confirmed => Opinion ** Changed in: nova Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1325472] Re: API not idempotent

2015-11-17 Thread Sean Dague
Features are't bugs. Marking as Opinion to close. ** 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/1325472 Title:

[Yahoo-eng-team] [Bug 1522454] [NEW] Nova is leaking libvirt internal ids on some Instance Not Found errors

2015-12-03 Thread Sean Dague
Public bug reported: Nova from master in the gate. libvirt is incorrectly using InstanceNotFound as an internal exception, but handing it libvirt internal ids instead of an openstack uuid or ec2id. This means it jumps up through the stack and back to the user, giving errors over http like Instanc

[Yahoo-eng-team] [Bug 1024586] Re: avoid the use of kpartx in file injection

2014-09-03 Thread Sean Dague
For other reasons we stopped using this path for file injection by default. This bug is sufficiently old that I assume it is no longer in progress. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1006725] Re: Incorrect error returned during Create Image and multi byte characters used for Image name

2014-09-03 Thread Sean Dague
We are running this test in the gate, and not seeing it. Can you provide links to complete logs somewhere so we can figure out what's going on here? ** Changed in: nova Status: Confirmed => Invalid ** Changed in: nova Status: Invalid => Incomplete -- You received this bug notifica

[Yahoo-eng-team] [Bug 1092605] Re: Inconsistency between nova-manage help message and actual usage.

2014-09-03 Thread Sean Dague
nova-manage is largely not used beyond db-sync at this point, marking as invalid because I think this is probably quite out of date. ** Changed in: nova Assignee: Mark McLoughlin (markmc) => (unassigned) ** Changed in: nova Status: In Progress => Invalid -- You received this bug not

[Yahoo-eng-team] [Bug 1262424] Re: Files without code should not contain copyright notices

2014-09-03 Thread Sean Dague
deleting all completed projects do deal with launchpad timeout errors ** No longer affects: pbr ** No longer affects: oslo-incubator ** No longer affects: heat ** No longer affects: tempest ** No longer affects: zaqar ** No longer affects: python-troveclient ** No longer affects: ceilometer

[Yahoo-eng-team] [Bug 1190533] Re: Foreign keys are not enabled in sqlite

2014-09-03 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1190533 Title: Foreign keys are not enabled in sqlite Status in

[Yahoo-eng-team] [Bug 1315095] Re: grenade nova network (n-net) fails to start

2014-09-03 Thread Sean Dague
I think this is a screen issue ** 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/1315095 Title: grenade nova network (n-net) fails to start Sta

[Yahoo-eng-team] [Bug 1358362] Re: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

2014-09-03 Thread Sean Dague
*** This bug is a duplicate of bug 1241275 *** https://bugs.launchpad.net/bugs/1241275 So I think this bug is actually in python-neutronclient, however in looking at the code I can't see any way that such a thing could happen as that code path should have been protected from this since - 2013-

[Yahoo-eng-team] [Bug 1239484] Re: failed nova db migration upgrading from grizzly to havana

2014-09-03 Thread Sean Dague
Honestly, upgrade up from Folsom is pretty out of scope now, as the folsom and grizzly branches have been eoled, and havana is eol in a couple of weeks. ** Changed in: nova Status: In Progress => Won't Fix ** Changed in: nova Importance: High => Wishlist -- You received this bug notif

[Yahoo-eng-team] [Bug 1172774] Re: NameError: name '_' is not defined while running unit tests

2014-09-03 Thread Sean Dague
** 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/1172774 Title: NameError: name '_' is not defined while running

[Yahoo-eng-team] [Bug 1251266] Re: allow_resize_to_same_host=true should be the default

2014-09-03 Thread Sean Dague
This flag exists solely for all in one testing, and is not intended to be used on a real deployment. ** 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 (no

[Yahoo-eng-team] [Bug 1318973] Re: Inconsistent summaries of nova v3 api

2014-09-03 Thread Sean Dague
I feel like with the new v2.1 plan this is currently invalid. We should reopen later when it's something that we might actively have on our horizon. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1265416] Re: Use 'project' instead of 'tenant' in v3 api

2014-09-03 Thread Sean Dague
** 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/1265416 Title: Use 'project' instead of 'tenant' in v3 api Stat

[Yahoo-eng-team] [Bug 1297605] Re: VMware: Error when snapshotting ISO instance with 0GB root disk

2014-09-03 Thread Sean Dague
** Changed in: nova Status: In Progress => Fix Committed ** Changed in: nova Status: Fix Committed => 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/

[Yahoo-eng-team] [Bug 1178156] Re: resource tracker for bare metal nodes tries to subdivide resource

2014-09-03 Thread Sean Dague
Extremely old bm bug, marking as won't fix ** Changed in: nova Status: Triaged => 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/1178156 Title: resourc

[Yahoo-eng-team] [Bug 1174518] Re: rescue extension not supported by bare metal

2014-09-03 Thread Sean Dague
** Changed in: nova Status: Triaged => 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/1174518 Title: rescue extension not supported by bare metal Statu

[Yahoo-eng-team] [Bug 1180664] Re: How to update flavor parameters

2014-09-03 Thread Sean Dague
** 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/1180664 Title: How to update flavor parameters Status in OpenStac

[Yahoo-eng-team] [Bug 1158328] Re: passwords in config files stored in plaintext

2014-09-03 Thread Sean Dague
I feel like this is pretty strongly out of scope. Applications that need to talk to databases that require passwords need access to those passwords in plain text. While we could do obfuscation, it doesn't really address the issue, it just makes you think you addressed it. Honestly better to leave t

[Yahoo-eng-team] [Bug 1089128] Re: Tests require MySQL to develop locally

2014-09-03 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/1089128 Title: Tests require MySQL to develop locally Status in

[Yahoo-eng-team] [Bug 1180540] Re: Conductor manager imports compute api

2014-09-03 Thread Sean Dague
** 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/1180540 Title: Conductor manager imports compute api Status in Op

[Yahoo-eng-team] [Bug 1160026] Re: If nova-dhcpbridge.conf is missing, no message will warn about it.

2014-09-03 Thread Sean Dague
No longer valid ** Changed in: nova Status: Triaged => 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/1160026 Title: If nova-dhcpbridge.conf is missing

[Yahoo-eng-team] [Bug 991531] Re: Use users credentials in s3 connection if using keystone

2014-09-03 Thread Sean Dague
No longer seems valid, the code in this area has radically changed. ** 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/

[Yahoo-eng-team] [Bug 1275906] Re: Remove str() from message formating block

2014-09-03 Thread Sean Dague
honestly, I think this is too low a priority to even keep in the tracker ** 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/bu

[Yahoo-eng-team] [Bug 1028688] Re: flavor details should include arch

2014-09-03 Thread Sean Dague
This is so old now. While it's probably worth thinking about this in the current nova arch, we should do so with fresh eyes if it's important. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1333746] Re: novncproxy crash at start

2014-09-03 Thread Sean Dague
*** This bug is a duplicate of bug 1334327 *** https://bugs.launchpad.net/bugs/1334327 ** This bug has been marked a duplicate of bug 1334327 spice not working on debian 7 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Ope

[Yahoo-eng-team] [Bug 810493] Re: No support for sparse images

2014-09-03 Thread Sean Dague
Until the glance issue is addressed, it's not possible to do anything in nova for this. Removing nova. ** 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

[Yahoo-eng-team] [Bug 1329995] Re: Sporadic tempest failures: "The server could not comply with the request since it is either malformed or otherwise incorrect"

2014-09-03 Thread Sean Dague
The logs aren't available any more, without more info this isn't possible to address. ** Changed in: nova Status: New => Incomplete ** No longer affects: openstack-ci ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1331213] Re: Compute node configuration issue

2014-09-03 Thread Sean Dague
looks like support request ** 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/1331213 Title: Compute node configuration is

[Yahoo-eng-team] [Bug 1334151] Re: tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_create_backup

2014-09-03 Thread Sean Dague
*** This bug is a duplicate of bug 1329995 *** https://bugs.launchpad.net/bugs/1329995 ** This bug has been marked a duplicate of bug 1329995 Sporadic tempest failures: "The server could not comply with the request since it is either malformed or otherwise incorrect" -- You received this

[Yahoo-eng-team] [Bug 1297261] Re: messages when the module import fails are very misleading and not descriptive

2014-09-03 Thread Sean Dague
this is an oslo issue, it's in openstack/ namespace ** Also affects: oslo-incubator Importance: Undecided Status: New ** Changed in: oslo-incubator Status: New => Confirmed ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1290679] Re: Nova Cells cannot work with zmq

2014-09-03 Thread Sean Dague
Honestly, zmq is basically unsupported at this point, I think that if this comes back as a feature request it needs to be through the oslo.messaging program ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1281748] Re: nova-compute crash due to missing DB column 'compute_nodes_1.metrics'

2014-09-03 Thread Sean Dague
This is a support request, I see a solution attached ** 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/1281748 Title: nov

[Yahoo-eng-team] [Bug 1274767] Re: bad DHCP host name at line 1 of /opt/stack/data/nova/networks/nova-br100.conf

2014-09-03 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/1274767 Title: bad DHCP host name at line 1 of /opt/stack/data/n

[Yahoo-eng-team] [Bug 1259323] Re: Libvirt console parameter incorrect for ARM KVM

2014-09-03 Thread Sean Dague
Calxeda ARM is no long in businesss, so marking as won't fix. If other arm folks come forward, please feel free to reopen. ** Changed in: nova Importance: Undecided => Low ** Changed in: nova Status: Triaged => Won't Fix -- You received this bug notification because you are a member o

[Yahoo-eng-team] [Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

2014-09-04 Thread Sean Dague
** No longer affects: sahara -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1306559 Title: Fix python26 compatibility for RFCSysLogHandler Status in Cinder: Confirmed Status in OpenSt

[Yahoo-eng-team] [Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

2014-09-04 Thread Sean Dague
deleting projects that have fixed this to get around launchpad timeout limitations ** No longer affects: oslo-incubator ** No longer affects: ceilometer ** No longer affects: heat -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1245746] Re: Grizzly to Havana Upgrade wipes out Nova quota_usages table

2014-09-04 Thread Sean Dague
** Changed in: nova Status: Incomplete => 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/1245746 Title: Grizzly to Havana Upgrade wipes out Nova quot

[Yahoo-eng-team] [Bug 1240728] Re: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_attach_volume is nondeterministic

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1240728 Title: tempest.api.compute.servers.test_server_rescue.Se

[Yahoo-eng-team] [Bug 1211194] Re: nova-compute(folsom) segmentation fault libvirt_type=lxc

2014-09-04 Thread Sean Dague
** Changed in: nova Status: Incomplete => 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/1211194 Title: nova-compute(folsom) segmentation fault libvi

[Yahoo-eng-team] [Bug 1226344] Re: instance-gc doesn't work on baremetal

2014-09-04 Thread Sean Dague
baremetal deprecated ** Changed in: nova Status: Incomplete => 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/1226344 Title: instance-gc doesn't work o

[Yahoo-eng-team] [Bug 1052557] Re: Cleanup instance metadata access in nova/compute

2014-09-04 Thread Sean Dague
old incomplete bug. Seems like it should actually be a blueprint if it's going to exist at all. ** 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 Compute (nova). ht

[Yahoo-eng-team] [Bug 1202449] Re: Race condition with spawn/delete of instance sharing same source group security rule

2014-09-04 Thread Sean Dague
*** This bug is a duplicate of bug 1182131 *** https://bugs.launchpad.net/bugs/1182131 I believe this was probably addressed with: commit 6aa368b99249d01f8fd7183c15d11986ad6a6fb7 Author: Dan Smith Date: Thu Jul 3 08:09:39 2014 -0700 Avoid re-adding iptables rules for instances that ha

[Yahoo-eng-team] [Bug 1193113] Re: DevicePathInUse exception in devstack-vm-quantum

2014-09-04 Thread Sean Dague
Old incomplete bug, moving to invalid ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1193113 Title: DevicePathI

[Yahoo-eng-team] [Bug 1176446] Re: nova list as admin is slow (no vms)

2014-09-04 Thread Sean Dague
Believe this is fixed old incomplete bug should be invalid ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1176446

[Yahoo-eng-team] [Bug 1174153] Re: data from previous tenants accessible with nova baremetal

2014-09-04 Thread Sean Dague
** Changed in: nova Status: Incomplete => 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/1174153 Title: data from previous tenants accessible with nova

[Yahoo-eng-team] [Bug 1260310] Re: gate-tempest-dsvm-full failure with "An error occurred while enabling hairpin mode on domain with xml"

2014-09-04 Thread Sean Dague
No real reproduce here, moving on... ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1260310 Title: gate-tempest

[Yahoo-eng-team] [Bug 1313707] Re: instance status turn to ERROR when running instance suspend

2014-09-04 Thread Sean Dague
4 months in incomplete status, closing ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1313707 Title: instance s

[Yahoo-eng-team] [Bug 1301519] Re: nova.conf.sample missing from the 2014.1.rc1 tarball

2014-09-04 Thread Sean Dague
This is a policy decision. We should bring it back up on the mailing list if we think the policy should change. ** Changed in: nova Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack C

[Yahoo-eng-team] [Bug 1291471] Re: can't boot a volume from a volume that has been created from a snapshot

2014-09-04 Thread Sean Dague
3 months in Incomplete status waiting for info. ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1291471 Title: c

[Yahoo-eng-team] [Bug 1288700] Re: Unable to list hypervisors information

2014-09-04 Thread Sean Dague
6 months in incomplete state ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1288700 Title: Unable to list hyper

[Yahoo-eng-team] [Bug 1036672] Re: Unable to spawn instance after I delete and create same network

2014-09-04 Thread Sean Dague
really old invalid bug ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1036672 Title: Unable to spawn instance a

[Yahoo-eng-team] [Bug 883322] Re: nova.network.manager should handle exceptions and rollback.

2014-09-04 Thread Sean Dague
Really old incomplete bug ** 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 Compute (nova). https://bugs.launchpad.net/bugs/883322 Title: nova.network.manager sho

[Yahoo-eng-team] [Bug 998145] Re: compute api delete race condition part 2

2014-09-04 Thread Sean Dague
Really old incomplete bug. ** 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 Compute (nova). https://bugs.launchpad.net/bugs/998145 Title: compute api delete race

[Yahoo-eng-team] [Bug 825241] Re: SQLAlchemy + Postgres + Eventlet

2014-09-04 Thread Sean Dague
Really old incomplete bug. ** 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 Compute (nova). https://bugs.launchpad.net/bugs/825241 Title: SQLAlchemy + Postgres +

[Yahoo-eng-team] [Bug 1173408] Re: macs_for_instance needs to be rolled back

2014-09-04 Thread Sean Dague
** Changed in: nova Status: Incomplete => 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/1173408 Title: macs_for_instance needs to be rolled back Statu

[Yahoo-eng-team] [Bug 1074726] Re: nova.compute.utils.get_device_name_for_instance breaks volume attachment on Hyper-V

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1074726 Title: nova.compute.utils.get_device_name_for_instance br

[Yahoo-eng-team] [Bug 1090268] Re: "Too many open files" are opened by nova-compute

2014-09-04 Thread Sean Dague
powervm has been removed from tree, marking won't fix. ** Changed in: nova Status: Incomplete => 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/1090268 T

[Yahoo-eng-team] [Bug 955366] Re: Random KVM boot failure: "This kernel requires the following features not present on the CPU"

2014-09-04 Thread Sean Dague
IIRC Suse actually does some really clever on their graphics boot which was actually really hard to handle in Xen guests. I kind of wonder if that's an issue with the old kvm that was used here. Anyway, I don't think this is an OpenStack bug per say. ** Changed in: nova Status: Incomplete =

[Yahoo-eng-team] [Bug 1063889] Re: MemoryError while uploading Image from Glance to ESX

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1063889 Title: MemoryError while uploading Image from Glance to E

[Yahoo-eng-team] [Bug 1245553] Re: test_xenapi fails when nova and tests are in different directory trees

2014-09-04 Thread Sean Dague
** Changed in: nova Assignee: Dirk Mueller (dmllr) => (unassigned) ** 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 Compute (nova). https://bugs.launchpad.net/

[Yahoo-eng-team] [Bug 1064427] Re: folsom nova-cert ver 2012.2 locale support

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1064427 Title: folsom nova-cert ver 2012.2 locale support Status

[Yahoo-eng-team] [Bug 1163112] Re: nova calls libvirt but failed:Operation not supported

2014-09-04 Thread Sean Dague
configuration error ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1163112 Title: nova calls libvirt but failed

[Yahoo-eng-team] [Bug 1175973] Re: LXC Folsom Linuxbridge

2014-09-04 Thread Sean Dague
** Changed in: nova/folsom Status: New => Won't Fix ** Changed in: nova 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/1175973 Title: LXC Fol

[Yahoo-eng-team] [Bug 1159828] Re: Remove image-id when booting from a volume

2014-09-04 Thread Sean Dague
*** This bug is a duplicate of bug 1155512 *** https://bugs.launchpad.net/bugs/1155512 ** This bug has been marked a duplicate of bug 1155512 Issues with booting from the volume -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1059899] Re: nova fails to configure dnsmasq, resulting in DNS timeouts in instances

2014-09-04 Thread Sean Dague
In looking at the code I feel like this is effectively addressed in the current linux_net.py, please reopen if it's still an issue. ** Changed in: nova Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1200146] Re: _parse_datetime() of simple_tenant_usage.py should support an additional datetime format

2014-09-04 Thread Sean Dague
** Changed in: nova Status: Incomplete => 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/1200146 Title: _parse_datetime() of simple_tenant_usage.py shou

[Yahoo-eng-team] [Bug 1211848] Re: Nova V3 APi should return 501 (Not implemented) for missing extensions

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1211848 Title: Nova V3 APi should return 501 (Not implemented) fo

[Yahoo-eng-team] [Bug 1195494] Re: Nova Compute Error in nova-manage db sync

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1195494 Title: Nova Compute Error in nova-manage db sync Status

[Yahoo-eng-team] [Bug 1194792] Re: OperationalError: (OperationalError) (1054, "Unknown column 'services.disabled_reason' in 'field list'")

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1194792 Title: OperationalError: (OperationalError) (1054, "Unkno

[Yahoo-eng-team] [Bug 1198813] Re: Duplicated glance image service

2014-09-04 Thread Sean Dague
old incomplete bug ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1198813 Title: Duplicated glance image servic

[Yahoo-eng-team] [Bug 1252828] Re: gate-grenade-devstack-vm fails on test_server_addresses

2014-09-04 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1252828 Title: gate-grenade-devstack-vm fails on test_server_addr

[Yahoo-eng-team] [Bug 1163312] Re: nova-network fails using FlatDHCPManager in Grizzly

2014-09-04 Thread Sean Dague
really old incomplete bug ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1163312 Title: nova-network fails usin

[Yahoo-eng-team] [Bug 1240849] Re: Cannot ssh into an instance after reboot

2014-09-04 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 neutron. https://bugs.launchpad.net/bugs/1240849 Title: Cannot ssh into an instance after reboot Status in OpenStack Neutron (virtual network service):

[Yahoo-eng-team] [Bug 836973] Re: nova should keep instance data after termination

2014-09-04 Thread Sean Dague
This wishlist bug has been open a year without any activity. I'm going to move it to "Opinion / Wishlist", which is an easily-obtainable queue of older requests that have come on. This bug can be reopened (set back to "New") if someone decides to work on this. ** Changed in: nova Status: Co

[Yahoo-eng-team] [Bug 1198177] Re: Configuring SSL for Nova

2014-09-04 Thread Sean Dague
very old wishlist item ** Changed in: nova Status: Confirmed => Invalid ** Changed in: nova Assignee: Ilya Alekseyev (ilyaalekseyev) => (unassigned) -- 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 919051] Re: EC2 param validation should not be in middleware

2014-09-04 Thread Sean Dague
This wishlist bug has been open a year without any activity. I'm going to move it to "Opinion / Wishlist", which is an easily-obtainable queue of older requests that have come on. This bug can be reopened (set back to "New") if someone decides to work on this. ** Changed in: nova Status: Co

[Yahoo-eng-team] [Bug 827569] Re: ec2metadata service does not include 2011-01-01

2014-09-04 Thread Sean Dague
This wishlist bug has been open a year without any activity. I'm going to move it to "Opinion / Wishlist", which is an easily-obtainable queue of older requests that have come on. This bug can be reopened (set back to "New") if someone decides to work on this. ** Changed in: nova Status: Co

[Yahoo-eng-team] [Bug 1052776] Re: Missing prmisc mode on VLAN bridge

2014-09-04 Thread Sean Dague
Long old incomplete bug, probably should be set invalid. We possibly need local switch config information for why this option seems needed in jaroslav's environment. ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 1100799] Re: os-services API extension does not follow REST's CRUD principles

2014-09-09 Thread Sean Dague
I think all these API design points shouldn't be bugs any more ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: nova Assignee: Tiago Rodrigues de Mello (timello) => (unassigned) ** Changed in: nova Status: In Progress => Opinion -- You received this bug notif

[Yahoo-eng-team] [Bug 1175667] Re: nova flavor-show does not return the 'latest' version of a flavor

2014-09-09 Thread Sean Dague
This looks fixed upstream ** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Assignee: Darren Birkett (darren-birkett) => (unassigned) -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1343858] Re: build/resize retry behavior not consistent

2014-09-09 Thread Sean Dague
** Changed in: nova Status: In Progress => 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/1343858

[Yahoo-eng-team] [Bug 1311500] Re: Nova 'os-security-group-default-rules' API does not work with neutron

2014-09-09 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 neutron. https://bugs.launchpad.net/bugs/1311500 Title: Nova 'os-security-group-default-rules' API does not work with neutron Status in OpenStack Neutro

[Yahoo-eng-team] [Bug 1294853] Re: service_get_all in nova.compute.api should return a List object and should not do a filtering

2014-09-09 Thread Sean Dague
** Changed in: nova Status: In Progress => Opinion ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: nova Assignee: Pawel Koniszewski (pawel-koniszewski) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1239606] Re: Use provider:physical_network to propagate it in NetworkInfo

2014-09-09 Thread Sean Dague
https://review.openstack.org/#/c/90666/ seems to have been merged and the author of the patch above said that was the new fix ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1234925] Re: nova-novncproxy logs 'No handlers could be found for logger "nova.openstack.common.rpc.common"' when rabbitmq is unavailable

2014-09-09 Thread Sean Dague
super old bug, olso.messaging is now where this should be if it still exists ** 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/bu

[Yahoo-eng-team] [Bug 1261551] Re: LXC volume attach does not work

2014-09-09 Thread Sean Dague
Apparmor 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/1261551 Title: LXC volume attach does not work Status i

[Yahoo-eng-team] [Bug 1271706] Re: Misleading warning about MySQL TRADITIONAL mode not being set

2014-09-09 Thread Sean Dague
seems fixed in nova ** 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/1271706 Title: Misleading warning about MySQL TRADITIONAL mode not being s

  1   2   3   4   5   6   7   8   9   10   >