[Yahoo-eng-team] [Bug 1593537] [NEW] Unable to run a subset of tests using tox

2016-06-16 Thread Taylor Peoples
Public bug reported: If I try to run a subset of tests using tox, such as: tox -v -e py27 -- openstack_dashboard.test.api_tests.network_tests I get an error from the manage.py command complaining about unrecognized arguments: usage: manage.py test [-h] [--version] [-v {0,1,2,3}] [--settings SET

[Yahoo-eng-team] [Bug 1535918] Re: instance.host not updated on evacuation

2016-05-15 Thread Taylor Peoples
: nova-powervm Assignee: (unassigned) => Drew Thorstensen (thorst) ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Taylor Peoples (tpeoples) -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1561357] [NEW] VM deployed with availability-zone (force_hosts) cannot be live migrated

2016-03-23 Thread Taylor Peoples
Public bug reported: Steps: 1) Deploy a VM to a specific host using availability zones (i.e., do a targeted deploy). 2) Attempt to live migrate the VM from (1) letting the scheduler decide what host to live migrate to (i.e., do an untargeted live migration). Outcome: The live migration will alw

[Yahoo-eng-team] [Bug 1492342] [NEW] ComputeNode pci_device_pools field changes from empty PciDevicePoolList to None after save()

2015-09-04 Thread Taylor Peoples
Public bug reported: If a ComputeNode object has its pci_device_pools field set to an empty PciDevicePoolList object and then that node object is saved via the save() method, the pci_device_pools field of the same object is changed to None. This due to the following flow: nova.objects.compute_no

[Yahoo-eng-team] [Bug 1483022] [NEW] Missing string substitution results in ugly exception

2015-08-09 Thread Taylor Peoples
.8.8'}) Simply substituting the kwargs into msg before raising the exception fixes the issue. within api.py: msg = (_('Fixed IP %(ip)s is not a valid ip address for ' 'network %(network_id)s.') % {'ip': fixed_ip, &#x

[Yahoo-eng-team] [Bug 1453274] [NEW] libvirt: resume instance with utf-8 name results in UnicodeDecodeError

2015-05-08 Thread Taylor Peoples
fails with the UnicodeDecodeError because the xml object has utf-8 encoding. The fix is to wrap the xml object in oslo.utils.encodeutils.safe_decode for the error message. I'm seeing the issue on Kilo, but it is also likely an issue on Juno as well. ** Affects: nova Importance: Undecided