[Openstack] [Devstack] How to configure SPICE local.conf

Silvia Fichera fichera.sil at gmail.com
Mon Sep 19 13:50:21 UTC 2016


Hi all,
I'm installing Openstack Mitaka via Devstack.
Since there is a bug in horizon (reported here
https://bugs.launchpad.net/horizon/+bug/1622684 ) I'm trying to configure
my setup to work with Spice instead of vnc. I didn't found any guide to
write properly the local.conf to use spice, so I supposed that, in the
controller node I have to disable n-novnc and enable n-spice

enable_service n-spice
disable_service n-novnc


and in the compute nodes

NOVA_VNC_ENABLED=False
NOVA_SPICE_ENABLED=True
SPICEAGENT_ENABLED=True
enable_service n-spice
disable_service n-novnc

I tried in this way but it does not work (for sure there something wrong).
Any suggestion?

Thanks

-- 
Silvia Fichera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160919/c754f7a9/attachment.html>


More information about the Openstack mailing list