[Yahoo-eng-team] [Bug 1431022] [NEW] Infinite recursion possible with test_auth test

2015-03-11 Thread Rick Harris
Public bug reported: The auth tests used a stub to alter `nova.RequestContext` to become `FakeRequestContext`. The problem with this is that `FakeRequestContext` inherits from `nova.RequestContext` which has the effect of making `FakeRequestContext` point to itself for it's parent class. This

[Yahoo-eng-team] [Bug 1425187] [NEW] Libvirt Snapshot Test Cleanup

2015-02-24 Thread Rick Harris
lines, meaning that the patch algorithm has less of chance of becoming confused and misapplying the patch. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris

[Yahoo-eng-team] [Bug 1409173] [NEW] Interaction between various unit/virt/disk tests

2015-01-09 Thread Rick Harris
and happen to be running the test_api tests after test_inject. Anyway, the solution is to add the appropriate `tearDown` methods which restore the state of the modules to their pre-test condition. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris

[Yahoo-eng-team] [Bug 1408484] [NEW] Libvirt Windows Timer tests fail on a Mac

2015-01-07 Thread Rick Harris
`arch.i686` so the test behaves consistently across platforms. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris (rconradharris) ** Changed in: nova Status: New

[Yahoo-eng-team] [Bug 1387870] [NEW] Minimum testtools version doesn't support message parameter in assertIn

2014-10-30 Thread Rick Harris
Public bug reported: The current min version of testtools (0.3.4) doesn't have the `message` parameter in `assertIn`, so we need to bump up to at least 0.3.6. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1384127] [NEW] Fail-fast if initctl isnt present

2014-10-22 Thread Rick Harris
pipe If we detect this, we should abort the retry loop immediately, and switch to the unclean shutdown (_destroy_instance). ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1344513] [NEW] test_cinder_encryption_type_list fails

2014-07-18 Thread Rick Harris
Public bug reported: Seeing this at the gate: 2014-07-18 21:01:58.253 | == 2014-07-18 21:01:58.254 | Failed 1 tests - output below: 2014-07-18 21:01:58.254 | == 2014-07-18 21:01:58.254 | 2014-07-18 21:01:58.254 |

[Yahoo-eng-team] [Bug 1340791] [NEW] Support IPv6 in Libvirt LXC

2014-07-11 Thread Rick Harris
, we may want to consider a writable `/proc/sys/net` (we just need to verify that this can be done securely). ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris

[Yahoo-eng-team] [Bug 1340834] [NEW] Support configdrive in LXC

2014-07-11 Thread Rick Harris
into the root filesystem of the guest at spawn time. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris (rconradharris) ** Changed in: nova Status: New = In Progress

[Yahoo-eng-team] [Bug 1339888] [NEW] Fix whitespace for interfaces file with two interfaces and IPv6

2014-07-09 Thread Rick Harris
Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris (rconradharris) ** Changed in: nova Status: New = In Progress -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1339386] [NEW] Reboot should not require a Glance.show

2014-07-08 Thread Rick Harris
it, so we just need to pass that `image_meta` into `_get_guest_xml` and it will work. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris (rconradharris) ** Changed

[Yahoo-eng-team] [Bug 1333827] [NEW] Libvirt-LXC can leave image mounted to host

2014-06-24 Thread Rick Harris
Public bug reported: If an error occurs creating a Libvirt+LXC domain, the code can leave the guest FS mounted to host preventing the `lvremove` of a delete from working. The core problem here is that any code between `setup_container` and `teardown_container` needs be within a `try/finally`

[Yahoo-eng-team] [Bug 1313753] [NEW] Internationalize fakelibvirt Error strings

2014-04-28 Thread Rick Harris
Public bug reported: We have some strings in fakelibvirt related to exceptions that need internationalization. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: New -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1312372] [NEW] Hacking.py exceptions for _LW and the like

2014-04-24 Thread Rick Harris
these exceptions explicitly. Reference: https://wiki.openstack.org/wiki/LoggingStandards#Log_Translation ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: New ** Changed in: nova Assignee: (unassigned) = Rick Harris (rconradharris) -- You

[Yahoo-eng-team] [Bug 1312372] Re: Hacking.py exceptions for _LW and the like

2014-04-24 Thread Rick Harris
Hold on, this might be a dupe, and possibly already fixed... ** 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/1312372

[Yahoo-eng-team] [Bug 1305186] [NEW] Fake libvirtError incompatibile with real libvirtError

2014-04-09 Thread Rick Harris
99% of the time that's what we want). ** Affects: neutron Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = Rick Harris (rconradharris) ** Changed in: neutron Status: New = In Progress

[Yahoo-eng-team] [Bug 1304721] [NEW] virNodeListDevices may not be supported

2014-04-08 Thread Rick Harris
a warning when we detect this case. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Rick Harris (rconradharris) ** Changed in: nova Status: New = In Progress -- You

[Yahoo-eng-team] [Bug 1266919] [NEW] Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
. The solution is to catch the InstanceInfoCacheNotFound exception (like we do with other NotFound exceptions around this code), and continue on. ** Affects: nova Importance: Undecided Assignee: Rick Harris (rconradharris) Status: In Progress ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1266916] [NEW] Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Public bug reported: If you're trying to delete an instance which is out-of-sync such that it's missing a InstanceInfoCache entry, you'll will receive a traceback: http://paste.openstack.org/show/60685/ Delete in this case should be allowed so that you can cleanup these 'broken' instances. The

[Yahoo-eng-team] [Bug 1266916] Re: Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Dup'd https://bugs.launchpad.net/nova/+bug/1266919 ** 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/1266916 Title:

[Yahoo-eng-team] [Bug 1199442] Re: Allow forcing of requested networks

2013-07-09 Thread Rick Harris
Not a lot of traction for this going in trunk: https://review.openstack.org/#/c/36293/ Leaving this out is probably the best course at this point. ** Changed in: nova Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,