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
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to