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')


** Also affects: ubuntu
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235220

Title:
  Nova API returns unicode Location Header

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1235220/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to