<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The default build of kvm-qemu does not have spice support on ubuntu-precise. If you are running on ubuntu you might have to do:<div><br></div><div>sudo apt-get install qemu-kvm-spice</div><div><br></div><div>Devstack should probably be modified to install that package if n-spice is enabled.</div><div><br></div><div>Vish</div><div><br><div><div><div>On Feb 28, 2013, at 10:33 AM, Shake Chen <<a href="mailto:shake.chen@gmail.com">shake.chen@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi<br><br>I try to enable spice in devstack, but when I create vm, would report error. if not enable spice, it is work well.<br><br>the below is my localrc<br><br>HOST_IP=10.1.199.6<br>ADMIN_PASSWORD=password<br>MYSQL_PASSWORD=password<br>
RABBIT_PASSWORD=password<br>SERVICE_PASSWORD=password<br>SERVICE_TOKEN=password<br>disable_service n-net<br>disable_service n-novnc<br>disable_service n-xvnc<br>enable_service n-spice<br>enable_service q-svc<br>enable_service q-agt<br>
enable_service q-dhcp<br>enable_service q-l3<br>enable_service quantum<br>enable_service g-api<br>enable_service q-meta<br>#enable_service tempest<br>enable_service rabbit<br>LOG=True<br>SCHEDULER=nova.scheduler.simple.SimpleScheduler<br>
FIXED_RANGE=<a href="http://10.5.5.0/24">10.5.5.0/24</a><br>NETWORK_GATEWAY=10.5.5.1<br>FLOATING_RANGE=<a href="http://10.1.199.128/25">10.1.199.128/25</a><br>EXT_GW_IP=10.1.199.1<br><br clear="all"><br clear="all"><br clear="all">
<br>-- <br>Shake Chen<br><br>
_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></blockquote></div><br></div></div></body></html>