[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 29/40] neutron ml2 plugin: enable gre in [agent] section

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:35 PST 2015


Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
Signed-off-by: Florin Dumitrascu <florin.dumitrascu at enea.com>
---
 meta-openstack/recipes-devtools/python/python-neutron_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
2.1.0



More information about the meta-virtualization mailing list