← Back to team overview

openstack team mailing list archive

Re: spice in devstack no working

 

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:

sudo apt-get install qemu-kvm-spice

Devstack should probably be modified to install that package if n-spice is enabled.

Vish

On Feb 28, 2013, at 10:33 AM, Shake Chen <shake.chen@xxxxxxxxx> wrote:

> Hi
> 
> I try to enable spice in devstack, but when I create vm, would report error. if not enable spice, it is work well.
> 
> the below is my localrc
> 
> HOST_IP=10.1.199.6
> ADMIN_PASSWORD=password
> MYSQL_PASSWORD=password
> RABBIT_PASSWORD=password
> SERVICE_PASSWORD=password
> SERVICE_TOKEN=password
> disable_service n-net
> disable_service n-novnc
> disable_service n-xvnc
> enable_service n-spice
> enable_service q-svc
> enable_service q-agt
> enable_service q-dhcp
> enable_service q-l3
> enable_service quantum
> enable_service g-api
> enable_service q-meta
> #enable_service tempest
> enable_service rabbit
> LOG=True
> SCHEDULER=nova.scheduler.simple.SimpleScheduler
> FIXED_RANGE=10.5.5.0/24
> NETWORK_GATEWAY=10.5.5.1
> FLOATING_RANGE=10.1.199.128/25
> EXT_GW_IP=10.1.199.1
> 
> 
> 
> 
> -- 
> Shake Chen
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


Follow ups

References