summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/neutron.conf
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-04 18:45:02 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:37 +0000
commit1ed02d327b15c0869453afebbe00df5111063366 (patch)
tree0fcf2cc109f95ee0a094fd83ead2a42be5fe79a8 /openstack/etc/neutron/neutron.conf
parent2015fd2b3e90e13cf3bebf0f6294822a371dbbd7 (diff)
downloaddefinitions-1ed02d327b15c0869453afebbe00df5111063366.tar.gz
WIP: Add hostname to /etc/hosts and point the services to this host
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 8248febb..1e832ccd 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://127.0.0.1:8774/v2
+nova_url = http://onenode:8774/v2
# Name of nova region to use. Useful if keystone manages more than one region
nova_region_name = ##NOVA_REGION##
@@ -575,7 +575,7 @@ admin_password = ##NEUTRON_SERVICE_PASSWORD##
# to put the [database] section and its connection attribute in this
# configuration file.
#connection=sqlite:////var/lib/neutron/neutron.sqlite
-connection=postgresql://##NEUTRON_DB_USER##:##NEUTRON_DB_PASSWORD##@127.0.0.1/neutron
+connection=postgresql://##NEUTRON_DB_USER##:##NEUTRON_DB_PASSWORD##@onenode/neutron
# Database engine for which script will be generated when using offline
# migration