summaryrefslogtreecommitdiff
path: root/openstack/etc/nova/nova.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/nova/nova.conf')
-rw-r--r--openstack/etc/nova/nova.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/etc/nova/nova.conf b/openstack/etc/nova/nova.conf
index b66a5115..09052cd7 100644
--- a/openstack/etc/nova/nova.conf
+++ b/openstack/etc/nova/nova.conf
@@ -204,7 +204,7 @@ protocol=http
# with https:// for ssl-based glance api servers.
# ([hostname|ip]:port) (list value)
api_servers=$glance_host:$glance_port
-#api_servers=127.0.0.1:9292
+#api_servers=localhost:9292
# Allow to perform insecure SSL (https) requests to glance (boolean value)
#api_insecure=false
@@ -580,7 +580,7 @@ use_local=true
[spice]
# location of spice html5 console proxy, in the form
# "http://www.example.com:6082/spice_auto.html" (string value)
-html5proxy_base_url=http://127.0.0.1:6082/spice_auto.html
+#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