summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-23 16:23:16 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-23 16:23:16 +0000
commit6fec3a34db2c69e1b2d58d133bc9316dee78be32 (patch)
tree28e8ee46b6a9942a3568e38067a69f1d03bfe2b1 /openstack/etc/neutron
parente8288034fbfee90693c7676728cef77f04818dd8 (diff)
downloaddefinitions-6fec3a34db2c69e1b2d58d133bc9316dee78be32.tar.gz
FIXME: Replace localhost by 127.0.0.1 due some errors in some machines - this should be temporary
Diffstat (limited to 'openstack/etc/neutron')
-rw-r--r--openstack/etc/neutron/metadata_agent.ini2
-rw-r--r--openstack/etc/neutron/neutron.conf4
-rw-r--r--openstack/etc/neutron/plugins/bigswitch/restproxy.ini2
-rw-r--r--openstack/etc/neutron/plugins/midonet/midonet.ini2
4 files changed, 5 insertions, 5 deletions
diff --git a/openstack/etc/neutron/metadata_agent.ini b/openstack/etc/neutron/metadata_agent.ini
index 55bb891f..fb5ebffb 100644
--- a/openstack/etc/neutron/metadata_agent.ini
+++ b/openstack/etc/neutron/metadata_agent.ini
@@ -3,7 +3,7 @@
# debug = True
# The Neutron user information for accessing the Neutron API.
-auth_url = http://localhost:5000/v2.0
+auth_url = http://127.0.0.1:5000/v2.0
auth_region = RegionOne
# Turn off verification of the certificate for ssl
# auth_insecure = False
diff --git a/openstack/etc/neutron/neutron.conf b/openstack/etc/neutron/neutron.conf
index a3290144..1c66e080 100644
--- a/openstack/etc/neutron/neutron.conf
+++ b/openstack/etc/neutron/neutron.conf
@@ -243,7 +243,7 @@ notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
# URL for connection to nova (Only supports one nova region currently).
-nova_url = http://localhost:8774/v2
+nova_url = http://127.0.0.1:8774/v2
# Name of nova region to use. Useful if keystone manages more than one region
# nova_region_name =
@@ -286,7 +286,7 @@ nova_admin_auth_url = ##KEYSTONE_ADMIN_URL##
#rpc_conn_pool_size=30
# Qpid broker hostname. (string value)
-#qpid_hostname=localhost
+#qpid_hostname=127.0.0.1
# Qpid broker port. (integer value)
#qpid_port=5672
diff --git a/openstack/etc/neutron/plugins/bigswitch/restproxy.ini b/openstack/etc/neutron/plugins/bigswitch/restproxy.ini
index 256f7855..36e99bd7 100644
--- a/openstack/etc/neutron/plugins/bigswitch/restproxy.ini
+++ b/openstack/etc/neutron/plugins/bigswitch/restproxy.ini
@@ -19,7 +19,7 @@
# thread_pool_size : <int> (default: 4)
# A comma separated list of BigSwitch or Floodlight servers and port numbers. The plugin proxies the requests to the BigSwitch/Floodlight server, which performs the networking configuration. Note that only one server is needed per deployment, but you may wish to deploy multiple servers to support failover.
-servers=localhost:8080
+servers=127.0.0.1:8080
# The username and password for authenticating against the BigSwitch or Floodlight controller.
# server_auth=username:password
diff --git a/openstack/etc/neutron/plugins/midonet/midonet.ini b/openstack/etc/neutron/plugins/midonet/midonet.ini
index f2e94052..6cc02117 100644
--- a/openstack/etc/neutron/plugins/midonet/midonet.ini
+++ b/openstack/etc/neutron/plugins/midonet/midonet.ini
@@ -1,7 +1,7 @@
[midonet]
# MidoNet API server URI
-# midonet_uri = http://localhost:8080/midonet-api
+# midonet_uri = http://127.0.0.1:8080/midonet-api
# MidoNet admin username
# username = admin