summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-04-09 10:58:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-15 19:48:37 -0400
commitfba2860d0e50a5fe61b47cb9c9234725821b1d0b (patch)
tree2159643482c6b209db969354550d6f415b6977d5 /meta-openstack/recipes-devtools/python/python-neutron
parent509875734bb5e935436d2b09192e8b5e4c1500cb (diff)
downloadmeta-cloud-services-fba2860d0e50a5fe61b47cb9c9234725821b1d0b.tar.gz
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 <mark.asselstine@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron/ovs_neutron_plugin.ini1
1 files changed, 1 insertions, 0 deletions
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
87# this hypervisor. 87# this hypervisor.
88# 88#
89# Default: local_ip = 89# Default: local_ip =
90local_ip = %CONTROLLER_IP%
90 91
91# (ListOpt) Comma-separated list of <physical_network>:<bridge> tuples 92# (ListOpt) Comma-separated list of <physical_network>:<bridge> tuples
92# mapping physical network names to the agent's node-specific OVS 93# mapping physical network names to the agent's node-specific OVS