From 75ece84ad64580a5bf2a72039a2a0eb350b901f3 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 4 Feb 2015 18:45:02 +0000 Subject: WIP: Add hostname to /etc/hosts and point the services to this host --- openstack/etc/neutron/plugins/ml2/ml2_conf.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/etc/neutron/plugins/ml2/ml2_conf.ini') 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 -- cgit v1.2.1