From fba2860d0e50a5fe61b47cb9c9234725821b1d0b Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 9 Apr 2014 10:58:23 -0400 Subject: python-neutron: openvswitch plugin read config files Currently the openvswitch plugin doesn't read any config files so we are unable to configure it properly. Have the init script pass in the config files we are already installing. The config needs local_ip set otherwise it will fail to run. We can't just tack rabbit_host on the end of the conf file as it is in the wrong section, so change this to a substitution. Signed-off-by: Mark Asselstine --- .../recipes-devtools/python/python-neutron/ovs_neutron_plugin.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-neutron') diff --git a/meta-openstack/recipes-devtools/python/python-neutron/ovs_neutron_plugin.ini b/meta-openstack/recipes-devtools/python/python-neutron/ovs_neutron_plugin.ini index 54f50b0..9d5c83b 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron/ovs_neutron_plugin.ini +++ b/meta-openstack/recipes-devtools/python/python-neutron/ovs_neutron_plugin.ini @@ -87,6 +87,7 @@ tunnel_id_ranges = 1:1000 # this hypervisor. # # Default: local_ip = +local_ip = %CONTROLLER_IP% # (ListOpt) Comma-separated list of : tuples # mapping physical network names to the agent's node-specific OVS -- cgit v1.2.3-54-g00ecf