From 2c0dc3b3554f1232eba54f838c2db942a61e3080 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 4 Feb 2015 18:45:51 +0000 Subject: Disable spice --- openstack/etc/nova/nova.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'openstack') diff --git a/openstack/etc/nova/nova.conf b/openstack/etc/nova/nova.conf index 3296cd32..bfce7f5c 100644 --- a/openstack/etc/nova/nova.conf +++ b/openstack/etc/nova/nova.conf @@ -583,13 +583,14 @@ use_local=true #html5proxy_base_url=http://localhost:6082/spice_auto.html # IP address on which instance spice server should listen (string value) -server_listen=0.0.0.0 +#server_listen=0.0.0.0 # the address to which proxy clients (like nova-spicehtml5proxy) should connect (string value) -server_proxyclient_address=$my_ip +#server_proxyclient_address=$my_ip # enable spice related features (boolean value) -enabled=true +#enabled=true +enabled=false # enable spice guest agent support (boolean value) #agent_enabled=true -- cgit v1.2.1