openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21388
spice in devstack no working
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
Follow ups