Comment 2 for bug 1235220

Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote :

The following simple patch sorted the issue out for me:

root@api2:~# diff servers.py /usr/lib/python2.7/dist-packages/nova/api/openstack/compute/servers.py
1382c1382
< resp.headers['Location'] = image_ref
---
> resp.headers['Location'] = image_ref.encode('utf-8')