From b188d3abe5f0c9e954938caa1ce39ae4d6916a00 Mon Sep 17 00:00:00 2001
From: SamYaple <sam@yaple.net>
Date: Wed, 23 Mar 2016 19:02:31 +0000
Subject: [PATCH] Re-set external_network_bridge for l3 agent

Without this option set to blank neutron will attempt to dump raw
frames which is not correct. Kevin Benton is working on fixing the
deprecation message.

Change-Id: Ib6d6f41e2f222d383583e79958a78f2a09d3ae93
Closes-Bug: #1561156
---
 ansible/roles/neutron/templates/l3_agent.ini.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/neutron/templates/l3_agent.ini.j2 b/ansible/roles/neutron/templates/l3_agent.ini.j2
index 78c4b39c84..1bb7234ee2 100644
--- a/ansible/roles/neutron/templates/l3_agent.ini.j2
+++ b/ansible/roles/neutron/templates/l3_agent.ini.j2
@@ -1,3 +1,4 @@
 # l3_agent.ini
 [DEFAULT]
 agent_mode = legacy
+external_network_bridge =
-- 
GitLab