summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/neutron.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/neutron/neutron.conf')
-rw-r--r--openstack/etc/neutron/neutron.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack/etc/neutron/neutron.conf b/openstack/etc/neutron/neutron.conf
index e85cc9ab..8248febb 100644
--- a/openstack/etc/neutron/neutron.conf
+++ b/openstack/etc/neutron/neutron.conf
@@ -286,7 +286,7 @@ nova_admin_auth_url = ##KEYSTONE_ADMIN_URL##
#rpc_conn_pool_size=30
# Qpid broker hostname. (string value)
-#qpid_hostname=127.0.0.1
+#qpid_hostname=localhost
# Qpid broker port. (integer value)
#qpid_port=5672
@@ -459,7 +459,7 @@ rpc_backend=rabbit
#
# Host to locate redis. (string value)
-#host=127.0.0.1
+#host=localhost
# Use this port to connect to redis host. (integer value)
#port=6379
@@ -566,8 +566,8 @@ admin_password = ##NEUTRON_SERVICE_PASSWORD##
[database]
# This line MUST be changed to actually run the plugin.
# Example:
-# connection = mysql://root:pass@127.0.0.1:3306/neutron
-# Replace 127.0.0.1 above with the IP address of the database used by the
+# connection = mysql://root:pass@localhost:3306/neutron
+# Replace localhost above with the IP address of the database used by the
# main neutron server. (Leave it as is if the database runs on this host.)
# connection = sqlite://
# NOTE: In deployment the [database] section and its connection attribute may