summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron
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-04 18:45:02 +0000
commit75ece84ad64580a5bf2a72039a2a0eb350b901f3 (patch)
tree75579d09fc370625a69ccd7ce3110d2048d9c6cf /openstack/etc/neutron
parente845fe6aa5c89cf84dcbcd826378cf2658897fb5 (diff)
downloaddefinitions-75ece84ad64580a5bf2a72039a2a0eb350b901f3.tar.gz
WIP: Add hostname to /etc/hosts and point the services to this host
Diffstat (limited to 'openstack/etc/neutron')
-rw-r--r--openstack/etc/neutron/neutron.conf4
-rw-r--r--openstack/etc/neutron/plugins/ml2/ml2_conf.ini2
2 files changed, 3 insertions, 3 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
diff --git a/openstack/etc/neutron/plugins/ml2/ml2_conf.ini b/openstack/etc/neutron/plugins/ml2/ml2_conf.ini
index fb4d7a9f..58e5fe21 100644
--- a/openstack/etc/neutron/plugins/ml2/ml2_conf.ini
+++ b/openstack/etc/neutron/plugins/ml2/ml2_conf.ini
@@ -77,7 +77,7 @@ enable_security_group = True
enable_ipset = True
[ovs]
-local_ip = 127.0.0.1
+local_ip = onenode
enable_tunneling = True
bridge_mappings=External:br-ex,Physnet1:br-eth1