]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove non-existent enable_tunneling conf from fullstack
authorAssaf Muller <amuller@redhat.com>
Mon, 19 Oct 2015 22:15:56 +0000 (18:15 -0400)
committerAssaf Muller <amuller@redhat.com>
Tue, 20 Oct 2015 03:13:26 +0000 (03:13 +0000)
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

index cb24b73d0f194cf95d11c85a7f0305d21613c07e..a1c8450cdfd8d3e1dd4a97cd3832d9e6c82b5c50 100644 (file)
@@ -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(),
             },