[Yahoo-eng-team] [Bug 1619028] [NEW] test_get_free_namespace_port fails on systems without sysctl

2016-08-31 Thread Corey Wright
nally alter the state of the system The execution of sysctl should be mocked. ** Affects: neutron Importance: Undecided Assignee: Corey Wright (coreywright) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1566622] [NEW] live migration fails with xenapi virt driver and SRs with old-style naming convention

2016-04-05 Thread Corey Wright
Public bug reported: version: commit ce5a2fb419f999bec0fb2c67413387c8b67a691a 1. create a boot-from-volume instance prior to deploying commit 5bd222e8d854ca7f03ee6936454ee57e0d6e1a78 2. upgrade nova to commit 5bd222e8d854ca7f03ee6936454ee57e0d6e1a78 3. live-migrate instance 4. observe

[Yahoo-eng-team] [Bug 1550795] [NEW] live migration with block migration on Xen produces "cannot marshal" exception

2016-02-27 Thread Corey Wright
Public bug reported: 1. Nova version commit ce5a2fb419f999bec0fb2c67413387c8b67a691a 2. Deserialized traceback as captured in log as received by messaging Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1540682] [NEW] InstanceNotFound during instance usage audit

2016-02-01 Thread Corey Wright
Public bug reported: tl;dr set read_deleted to "yes" on the admin context used by the periodic _instance_usage_audit() so info can be retrieved on deleted instances. Explanation: nova.compute.manager.Manager._instance_usage_audit() has a bug where, though get_active_by_window_joined() properly

[Yahoo-eng-team] [Bug 1516174] [NEW] nova-cells in api cells generate redundant instance.update notifications

2015-11-13 Thread Corey Wright
Public bug reported: Commit eaaa6593 causes instance updates in compute cells to generate redundant notifications by nova-cells in the api cell. This can overwhelm notification consumers as instance.update notifications double in quantity, especially over short time periods like during multiple

[Yahoo-eng-team] [Bug 1483132] [NEW] ssh-keygen-to-Paramiko change breaks third-party tools

2015-08-10 Thread Corey Wright
Public bug reported: Changing ssh key generation from OpenSSH's ssh-keygen to the Paramiko library [1][2] changed (unintentionally?) the ASN.1 encoding format of SSH private keys from DER to BER. (DER is a strict subset of BER, so anything that can read BER can read DER, but not necessarily the

[Yahoo-eng-team] [Bug 1404390] [NEW] Python 2.7.9 breaks nova.tests.unit.test_wsgi.TestWSGIServerWithSSL.test_app_using_ipv6_and_ssl

2014-12-19 Thread Corey Wright
Public bug reported: nova git version is 2014.2-1545-gd442187 (ie master as of now). Python 2.7.9, with its securing the network by default (PEP 466), causes the test to fail: URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) if i pass the test

[Yahoo-eng-team] [Bug 1358881] [NEW] jjsonschema 2.3.0 - 2.4.0 upgrade breaking nova.tests.test_api_validation tests

2014-08-19 Thread Corey Wright
Public bug reported: the following two failures appeared after upgrading jsonschema to 2.4.0. downgrading to 2.3.0 returned the tests to passing. == FAIL:

[Yahoo-eng-team] [Bug 1356687] [NEW] hacking check for jsonutils produces pep8 traceback

2014-08-13 Thread Corey Wright
Public bug reported: the new jsonutils hacking check produces a pep8 traceback because it returns a set (column offset and error text) instead of an iterable (as logical line checks, like this check, should). commit 243879f5c51fc45f03491bcb78765945ddf76be8 Change-Id:

[Yahoo-eng-team] [Bug 1342464] [NEW] PEP 8 H305 test unpassable on both Python 2.6 2.7

2014-07-15 Thread Corey Wright
Public bug reported: https://review.openstack.org/105950 introduced (or, more precisely, removed from flake8's ignore list) H305 which enforces grouping if Python module imports by type: stdlib, third-party, or project-specific. The problem is that some modules are third-party in Python 2.6, but

[Yahoo-eng-team] [Bug 1342498] [NEW] test_live_migration_* tests fail with fakelibvirt

2014-07-15 Thread Corey Wright
Public bug reported: With the recent merging of https://review.openstack.org/73428, test_live_migration_(changes_listen_addresses|raises_exception) requires fakelibvirt to have the migrateToURI2() method (if libvirt, at least v0.9.2, is not installed) so that it can be mocked out by those tests,