From 7c3e59b3dabeb3ac36ed08e12f9c3ac18734a003 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Thu, 9 Oct 2014 16:12:53 +0000 Subject: [PATCH] Add l2_population==False to amulet test --- tests/basic_deployment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index d1b3ab97..5216c42c 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -373,7 +373,8 @@ class QuantumGatewayBasicDeployment(OpenStackAmuletDeployment): 'local_ip': quantum_gateway_relation['private-address'] }, 'agent': { - 'tunnel_types': 'gre' + 'tunnel_types': 'gre', + 'l2_population': 'False' }, 'securitygroup': { 'firewall_driver': 'neutron.agent.linux.iptables_firewall.'