]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support Unicode request_id on Python 3
authorVictor Stinner <vstinner@redhat.com>
Fri, 27 Nov 2015 15:20:28 +0000 (16:20 +0100)
committerVictor Stinner <vstinner@redhat.com>
Fri, 27 Nov 2015 15:21:16 +0000 (16:21 +0100)
commitd3bef0304058ce4d64fdd9316d7c855691abf283
treeae893c0ab1e95242e7745bafaa128bdf3ddda99a
parentee79ee3726f2f1b9331a3f49078fbfc85bc696cc
Support Unicode request_id on Python 3

The oslo.context change If48ee7f4d1c113f1f26b3b1698c6b055807b950f will change
request_id type on Python 3 from bytes to str. This change prepares Neutron for
this change.

Blueprint: neutron-python3
Change-Id: Ia5203581db120bb4f8e24fd752d6ae14e6558505
neutron/tests/unit/test_context.py