From 5873dbd6b19db0b6b8f69f226ffaef9efa80fcb9 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 18 Dec 2012 11:18:11 +0000 Subject: Add common config options for SPICE graphics The VNC config options are shared across hypervisor drivers, and while SPICE originally only supported KVM, it is now possible to use it with Xen too. Thus, adding common SPICE config options makes more sense than adding them to the libvirt driver only DocImpact Blueprint: libvirt-spice Change-Id: I8e817530908c6fee0781b92dc9e27010951b4540 Signed-off-by: Daniel P. Berrange --- etc/nova/nova.conf.sample | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 77133d988..96118eb76 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -2518,4 +2518,32 @@ #attestation_auth_blob= -# Total option count: 514 +[spice] + +# +# Options defined in nova.spice +# + +# location of spice html5 console proxy, in the form +# "http://127.0.0.1:6080/spice_auto.html" (string value) +#html5proxy_base_url=http://127.0.0.1:6080/spice_auto.html + +# IP address on which instance spice server should listen +# (string value) +#server_listen=127.0.0.1 + +# the address to which proxy clients (like nova- +# spicehtml5proxy) should connect (string value) +#server_proxyclient_address=127.0.0.1 + +# enable spice related features (boolean value) +#enabled=false + +# enable spice guest agent support (boolean value) +#agent_enabled=true + +# keymap for spice (string value) +#keymap=en-us + + +# Total option count: 519 -- cgit