<div>Ok..... setup the following</div><div><br></div><div>2 XCP hosts Version 1.1Beta, one being the master</div><div>1 Shared HBA </div><div>1 Shared iSCSI </div><div>2 Networks, 1 public, 1 private 10.10.10.X for storage</div>
<div><br></div><div>I installed openstack compute in a Ubuntu VM instance on the XCP pool following</div><div><a href="http://wiki.openstack.org/XenServerDevelopment">http://wiki.openstack.org/XenServerDevelopment</a></div>
<div><br></div><div>my instances for openstack are setup for 10.10.10.X network which exists on the XCP host, however the instance im launching them from is on a public ip</div><div>as is the management interfaces of the XCP hosts, there is a secondary 10.10.10.X network on the XCP pool</div>
<div><br></div><div>everything appears to have installed fine..... but i get </div><div>2011-08-16 10:42:10,557 ERROR nova.compute.manager [-] Instance '3' failed to spawn. Is virtualization enabled in the BIOS? Details: Timeout waiting for device sdc to be created</div>
<div><br></div><div>sample</div><div>nova flavor-list</div><div>+----+-----------+-----------+------+----------+-------+------------+----------+</div><div>| ID |    Name   | Memory_MB | Swap | Local_GB | VCPUs | RXTX_Quota | RXTX_Cap |</div>
<div>+----+-----------+-----------+------+----------+-------+------------+----------+</div><div>| 1  | m1.tiny   | 512       |      | 0        |       |            |          |</div><div>| 2  | m1.small  | 2048      |      | 20       |       |            |          |</div>
<div>| 3  | m1.medium | 4096      |      | 40       |       |            |          |</div><div>| 4  | m1.large  | 8192      |      | 80       |       |            |          |</div><div>| 5  | m1.xlarge | 16384     |      | 160      |       |            |          |</div>
<div>+----+-----------+-----------+------+----------+-------+------------+----------+</div><div>dingo@control:~$ nova image-list</div><div>+----+-----------+--------+</div><div>| ID |    Name   | Status |</div><div>+----+-----------+--------+</div>
<div>| 1  | ramdisk   | ACTIVE |</div><div>| 2  | kernel    | ACTIVE |</div><div>| 3  | lucid_ami | ACTIVE |</div><div>+----+-----------+--------+</div><div>nova list</div><div>+----+------+--------+----------+</div><div>
| ID | Name | Status | Networks |</div><div>+----+------+--------+----------+</div><div>+----+------+--------+----------+</div><div>nova boot test --flavor 2 --image 3</div><div>+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</div>
<div>|  Property |                                                                         Value                                                                         |</div><div>+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</div>
<div>| addresses | {}                                                                                                                                                    |</div><div>| adminPass | qEJaYzkcnjNuEreX                                                                                                                                      |</div>
<div>| created   | 2011-08-16T15:01:51Z                                                                                                                                  |</div><div>| flavor    | {u'id': u'2', u'links': [{u'href': u'<a href="http://206.208.61.183:8774/flavors/2">http://206.208.61.183:8774/flavors/2</a>', u'rel': u'bookmark'}]}                                                    |</div>
<div>| hostId    |                                                                                                                                                       |</div><div>| id        | 10                                                                                                                                                    |</div>
<div>| image     | {u'id': u'3', u'links': [{u'href': u'<a href="http://206.208.61.183:8774/images/3">http://206.208.61.183:8774/images/3</a>', u'rel': u'bookmark'}]}                                                     |</div>
<div>| links     | [{u'href': u'<a href="http://206.208.61.183:8774/v1.1/servers/10">http://206.208.61.183:8774/v1.1/servers/10</a>', u'rel': u'self'}, {u'href': u'<a href="http://206.208.61.183:8774/servers/10">http://206.208.61.183:8774/servers/10</a>', u'rel': u'bookmark'}] |</div>
<div>| metadata  | {}                                                                                                                                                    |</div><div>| name      | test                                                                                                                                                  |</div>
<div>| progress  | 0                                                                                                                                                     |</div><div>| status    | BUILD                                                                                                                                                 |</div>
<div>| updated   | 2011-08-16T15:01:51Z                                                                                                                                  |</div><div>| uuid      | e28355f3-57bd-499f-b8d4-50240bd9d0c6                                                                                                                  |</div>
<div>+-----------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</div><div>nova list</div><div>+----+------+--------+---------------------+</div>
<div>| ID | Name | Status |       Networks      |</div><div>+----+------+--------+---------------------+</div><div>| 10 | test | BUILD  | private=10.10.10.10 |</div><div>+----+------+--------+---------------------+</div><div>
nova list</div><div>+----+------+--------+---------------------+</div><div>| ID | Name | Status |       Networks      |</div><div>+----+------+--------+---------------------+</div><div>| 10 | test | ERROR  | private=10.10.10.10 |</div>
<div>+----+------+--------+---------------------+</div><div><br></div><div><br></div><div>cat /etc/nova/nova.conf </div><div>--verbose</div><div>--nodaemon</div><div>--sql_connection=mysql://<a href="http://root:xxxxxx@127.0.0.1/nova">root:xxxxxx@127.0.0.1/nova</a></div>
<div>--network_manager=nova.network.manager.FlatManager</div><div>--image_service=nova.image.glance.GlanceImageService</div><div>--flat_network_bridge=xenbr0</div><div>--connection_type=xenapi</div><div>--xenapi_connection_url=<a href="https://206.208.61.163">https://206.208.61.163</a></div>
<div>--xenapi_connection_username=root</div><div>--xenapi_connection_password=xxxxxx</div><div>--flat_injected=false</div><div>--rescue_timeout=86400</div><div>--allow_admin_api=true</div><div>--use_ipv6=true</div><div>--ipv6_backend=account_identifier</div>
<div>--ca_path=./nova/CA</div><div>--glance_api_servers=<a href="http://206.208.61.183:9292">206.208.61.183:9292</a></div><div>--xenapi_remap_vbd_dev=true</div><div>--logdir=/var/log/nova</div><div><br></div><div>Logs will follow</div>
<div><br></div>