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-01-23 16:23:16 +0000
commit6fec3a34db2c69e1b2d58d133bc9316dee78be32 (patch)
tree28e8ee46b6a9942a3568e38067a69f1d03bfe2b1 /openstack/etc/neutron/neutron.conf
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/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