summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorÉmilien Macchi <emilien.macchi@enovance.com>2013-04-26 01:20:05 +0200
committerÉmilien Macchi <emilien.macchi@enovance.com>2013-04-26 01:20:05 +0200
commit0db9ba5ce33d6ed132d09d8398555f7c540dc7b3 (patch)
tree6e293bac8d91a4132b32a37d46bbef286aecfaa0 /etc/nova/nova.conf.sample
parent13c085bc9605447c4ff39ed903e0ef5bffd965d0 (diff)
downloadnova-0db9ba5ce33d6ed132d09d8398555f7c540dc7b3.tar.gz
nova-0db9ba5ce33d6ed132d09d8398555f7c540dc7b3.tar.xz
nova-0db9ba5ce33d6ed132d09d8398555f7c540dc7b3.zip
Wrong proxy port in nova.conf for Spice proxy
If we look at nova/cmd/spicehtml5proxy.py, we use 6082 port for Spice proxy. In nova.conf, the default port for html5proxy_base_url is 6080 which fails console service. Fix bug #1172957 Change-Id: I52ca37f76e7a6abd085b079ae42e7914cb619ad5
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index ed989ce86..4d8fabd00 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -2854,8 +2854,8 @@
#
# 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
+# "http://127.0.0.1:6082/spice_auto.html" (string value)
+#html5proxy_base_url=http://127.0.0.1:6082/spice_auto.html
# IP address on which instance spice server should listen
# (string value)