From 4889d831f31f1a0c21f7f212d81261cb4505bd52 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Wed, 2 Dec 2015 17:32:35 +0100 Subject: neutron ml2 plugin: enable gre in [agent] section Signed-off-by: Josep Puigdemont Signed-off-by: Florin Dumitrascu Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-neutron_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index e665e5e..154d1cb 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -79,6 +79,8 @@ do_install_append() { echo "local_ip = ${MY_IP}" >> ${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini echo "tunnel_type = gre" >> ${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini echo "enable_tunneling = True" >> ${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini + echo "[agent]" >> ${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini + echo "tunnel_types = gre" >> ${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini PLUGIN=openvswitch ARGS="--config-file=${sysconfdir}/${SRCNAME}/neutron.conf --config-file=${sysconfdir}/${SRCNAME}/plugins/ml2/ml2_conf.ini" -- cgit v1.2.3-54-g00ecf