Hello, I installed Compute and New Glance a separate server. I'm trying 
to create VM on Xen by Dashboard. The panel is the pending status logs 
and shows that XenServer's picking up the image of the Glance, but the 
machine is not created. Follow the log:<br><br>[20111024T14:18:04.052Z|debug|xenserver-opstack|746566|Async.host.call_plugin
 R:cdbc860b307a|audit] Host.call_plugin host = 
'9b3736e1-18ef-4147-8564-a9c64ed3<br>4f1b (xenserver-opstack)'; plugin = 'glance'; fn = 'download_vhd'; args = [ params: (dp0<br>S'auth_token'<br>p1<br>NsS'glance_port'<br>p2<br>I9292<br>
sS'uuid_stack'<br>p3<br>(lp4<br>S'a343ec2f-ad1c-4632-b7d9-1add8051c241'<br>p5<br>aS'4b27c364-6626-4541-896a-65fb0d0b01d3'<br>p6<br>asS'image_id'<br>p7<br>S'4'<br>p8<br>sS'glance_host'<br>
p9<br>S'10.168.1.30'<br>p10<br>sS'sr_path'<br>p11<br>S'/var/run/sr-mount/536897fe-f37b-c2b0-6eb1-4763bb3bd667'<br>p12<br>s. ]<br>[20111024T14:18:24.251Z|
 info|xenserver-opstack|746637|Async.host.call_plugin 
R:223f6eebc13d|dispatcher] spawning a new thread to handle the current 
task (tr<br>ackid=a043138728544674d13b8d4a8ff673f7)<br>[20111024T14:18:24.251Z|debug|xenserver-opstack|746637|Async.host.call_plugin
 R:223f6eebc13d|audit] Host.call_plugin host = 
'9b3736e1-18ef-4147-8564-a9c64ed3<br>4f1b (xenserver-opstack)'; plugin = 'xenhost'; fn = 'host_data'; args = [  ]<br>[20111024T14:18:24.402Z|debug|xenserver-opstack|746640 unix-RPC||cli] xe host-list username=root password=null<br>
<br>Follow the nova.conf:<br><br>--dhcpbridge_flagfile=/etc/nova/nova.conf<br>--dhcpbridge=/usr/bin/nova-dhcpbridge<br>--logdir=/var/log/nova<br>--state_path=/var/lib/nova<br>--lock_path=/var/lock/nova<br>--verbose<br><br>
#--libvirt_type=xen<br>--s3_host=10.168.1.32<br>--rabbit_host=10.168.1.32<br>--cc_host=10.168.1.32<br>--ec2_url=<a href="http://10.168.1.32:8773/services/Cloud">http://10.168.1.32:8773/services/Cloud</a><br>--fixed_range=<a href="http://192.168.1.0/24">192.168.1.0/24</a><br>
--network_size=250<br>--ec2_api=10.168.1.32<br>--routing_source_ip=10.168.1.32<br>--verbose<br>--sql_connection=mysql://<a href="http://root:status64@10.168.1.32/nova">root:status64@10.168.1.32/nova</a><br>--network_manager=nova.network.manager.FlatManager<br>
--glance_api_servers=<a href="http://10.168.1.32:9292">10.168.1.32:9292</a><br>--image_service=nova.image.glance.GlanceImageService<br>--flat_network_bridge=xenbr0<br>--connection_type=xenapi<br>--xenapi_connection_url=<a href="https://10.168.1.31">https://10.168.1.31</a><br>
--xenapi_connection_username=root<br>--xenapi_connection_password=status64<br>--reboot_timeout=600<br>--rescue_timeout=86400<br>--resize_confirm_window=86400<br>--allow_resize_to_same_host<br><br><span id="result_box" class="" lang="en"><span class="hps">New log</span><span class="atn">-</span><span>in</span> <span class="hps">information</span> <span class="hps">compute.log</span> <span class="hps">shows</span> <span class="hps">cpu</span><span>, memory,</span> <span class="hps">about Xen</span> <span class="hps">Sevres,</span> <span class="hps">but does not create</span> <span class="hps">machines.</span></span><br>
<br>Thanks