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
: 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
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
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
.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,
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
6 matches
Mail list logo