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-04 18:41:38 +0000
commite845fe6aa5c89cf84dcbcd826378cf2658897fb5 (patch)
treef6924d4f65daf81561077799f3e8ec134ee0c4fe /openstack/etc/nova/nova.conf
parent5371d95fd82aba0a29b9967e9d428542b3827a1b (diff)
downloaddefinitions-e845fe6aa5c89cf84dcbcd826378cf2658897fb5.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