summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/plugins
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/plugins
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/plugins')
-rw-r--r--openstack/etc/neutron/plugins/bigswitch/restproxy.ini2
-rw-r--r--openstack/etc/neutron/plugins/midonet/midonet.ini2
2 files changed, 2 insertions, 2 deletions
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