summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/neutron.conf
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-02-11 18:30:35 +0000
commit99fc51ed58875830d7da370185bd5de5598b46dc (patch)
tree4b46655148036166e7c3899739d0ee8032fad638 /openstack/etc/neutron/neutron.conf
parent992e5c3fac62fef48e851b0718bbb78f8215dd23 (diff)
downloaddefinitions-99fc51ed58875830d7da370185bd5de5598b46dc.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/neutron.conf')
-rw-r--r--openstack/etc/neutron/neutron.conf4
1 files changed, 2 insertions, 2 deletions
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