From 3b97a9a7ef3cae7bbe220cb77b41bf4f0ef12a85 Mon Sep 17 00:00:00 2001 From: Assaf Muller Date: Mon, 19 Oct 2015 18:15:56 -0400 Subject: [PATCH] Remove non-existent enable_tunneling conf from fullstack enable_tunneling is not actually a conf option, fullstack config fixture code was passing it to the OVS agent but it doesn't do anything. Change-Id: I4fbe20c37f3ca6395c1ac43123a3cc2338065ed1 --- neutron/tests/fullstack/resources/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron/tests/fullstack/resources/config.py b/neutron/tests/fullstack/resources/config.py index cb24b73d0..a1c8450cd 100644 --- a/neutron/tests/fullstack/resources/config.py +++ b/neutron/tests/fullstack/resources/config.py @@ -146,7 +146,6 @@ class OVSConfigFixture(ConfigFixture): self.tunneling_enabled = self.env_desc.tunneling_enabled self.config.update({ 'ovs': { - 'enable_tunneling': str(self.tunneling_enabled), 'local_ip': local_ip, 'integration_bridge': self._generate_integration_bridge(), }, -- 2.45.2