summaryrefslogtreecommitdiff
path: root/openstack/etc/nova/nova.conf
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-04 18:41:38 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:37 +0000
commit2015fd2b3e90e13cf3bebf0f6294822a371dbbd7 (patch)
tree5a9db487877f0e18bbfa386079c79e1385a1f9db /openstack/etc/nova/nova.conf
parentdacc3f351eda5643c586f0c548425738655778af (diff)
downloaddefinitions-2015fd2b3e90e13cf3bebf0f6294822a371dbbd7.tar.gz
Revert the change from localhost to 127.0.0.1 done in a previous commit
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