summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/spice/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/spice/__init__.py b/nova/spice/__init__.py
index aa283d5cc..2f0d12289 100644
--- a/nova/spice/__init__.py
+++ b/nova/spice/__init__.py
@@ -22,9 +22,9 @@ from oslo.config import cfg
spice_opts = [
cfg.StrOpt('html5proxy_base_url',
- default='http://127.0.0.1:6080/spice_auto.html',
+ default='http://127.0.0.1:6082/spice_auto.html',
help='location of spice html5 console proxy, in the form '
- '"http://127.0.0.1:6080/spice_auto.html"'),
+ '"http://127.0.0.1:6082/spice_auto.html"'),
cfg.StrOpt('server_listen',
default='127.0.0.1',
help='IP address on which instance spice server should listen'),