summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-12-18 11:18:11 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-01-16 10:19:30 +0000
commit5873dbd6b19db0b6b8f69f226ffaef9efa80fcb9 (patch)
tree5e36a63f6dbd3d328c195b385ad7ed65a3630de9 /etc/nova/nova.conf.sample
parent6c1eae946d4a479f0557c94850aab73951cd1c4f (diff)
downloadnova-5873dbd6b19db0b6b8f69f226ffaef9efa80fcb9.tar.gz
nova-5873dbd6b19db0b6b8f69f226ffaef9efa80fcb9.tar.xz
nova-5873dbd6b19db0b6b8f69f226ffaef9efa80fcb9.zip
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 <berrange@redhat.com>
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample30
1 files changed, 29 insertions, 1 deletions
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=<None>
-# 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