Incorrect datatype for Python 3 in api-samples functional test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Ed Leafe |
Bug Description
The nova/tests/
This can be seen by simply running 'tox -e functional' under Python 3, which then emits a series of errors, most of which look like:
Failed to import test module: nova.tests.
Traceback (most recent call last):
File "/home/
module = self._get_
File "/home/
__import_
File "/home/
class ServersSampleBa
File "/home/
user_data = base64.
File "/home/
encoded = binascii.
TypeError: 'str' does not support the buffer interface
This was reported in https:/
Fix proposed to branch: master /review. openstack. org/385686
Review: https:/