Comment 1 for bug 834030

Revision history for this message
Dan Prince (dan-prince) wrote :

I get a similar error message when using the v1.1 OSAPI and trying to boot a snapshotted image:

(nova.api.openstack): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/openstack/views/images.py", line 72, in build
(nova.api.openstack): TRACE: self._build_server(image, image_obj)
(nova.api.openstack): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/openstack/views/images.py", line 106, in _build_server
(nova.api.openstack): TRACE: "id": common.get_id_from_href(serverRef),
(nova.api.openstack): TRACE: File "/usr/lib/pymodules/python2.6/nova/api/openstack/common.py", line 182, in get_id_from_href
(nova.api.openstack): TRACE: return int(urlparse.urlsplit(href).path.split('/')[-1])
(nova.api.openstack): TRACE: ValueError: invalid literal for int() with base 10: 'cb8360cb-3a41-4620-8f7f-c804539dc698'
(nova.api.openstack): TRACE: