<div dir="ltr">Hi Guys,<br><br>So The guys over at IRC convinced me that posting that to the mailing list would be cooler to solve/discuss, so don't let me down :).<br><br>Basically i'm working on launching an instance via the openstack API, using the Bexar release and the python-novatools (the novatools command), The hypervisor is KVM and Glance is used for Imaging(image_service=nova.image.glance.GlanceImageService).<br>
<br>After using the boot subcommand in novatools, the instance is marked as "build" and i get the following errors in the logs:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
 2011-02-16 09:23:23,535 ERROR nova.compute.manager [F--YCJOZ14LY9LTFHYH1 c9er openstack] instance 7: Failed to spawn<br>(nova.compute.manager): TRACE: Traceback (most recent call last):<br>(nova.compute.manager): TRACE:   File "/usr/lib/pymodules/python2.6/nova/compute/manager.py", line 211, in run_instance<br>
(nova.compute.manager): TRACE:     self.driver.spawn(instance_ref)<br>(nova.compute.manager): TRACE:   File "/usr/lib/pymodules/python2.6/nova/exception.py", line 122, in _wrap<br>(nova.compute.manager): TRACE:     raise Error(str(e))<br>
(nova.compute.manager): TRACE: Error: Unexpected error while running command.<br>(nova.compute.manager): TRACE: Command: /usr/bin/curl --fail --silent http://<ip address>:3333/_images/2/image -H 'Date: Wed, 16 Feb 2011 14:23:23 GMT' -H 'Authorization: AWS ba97af70-24cf-4054-9185-ecf925d71385:openstack:sIAZBh7GJ7dE8urnZhvwla7upgY=' -o /var/lib/nova/instances/_base/2<br>
(nova.compute.manager): TRACE: Exit code: 22<br>(nova.compute.manager): TRACE: Stdout: ''<br>(nova.compute.manager): TRACE: Stderr: ''<br>(nova.compute.manager): TRACE:<br>libvir: QEMU error : Domain not found: no domain with matching name 'instance-00000007'<br>
</blockquote><div><br>ttx on IRC told me that it shouldn't fetch a :3333 URL, but that was fixed in a bug at <a href="https://bugs.launchpad.net/nova/+bug/708673">https://bugs.launchpad.net/nova/+bug/708673</a><br><br>
Any hints on what could cause that ? did anybody work with novatools against kvm/glance ?<br><br>Thanks in advance.<br></div></div>