From 9158f47c3cf95a97c38daaf12540bda770cc74f3 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 25 Jun 2014 21:00:50 -0400 Subject: Vlan object and support for ifcfg. Add ifcfg configuration support for Vlans and Vlan OVS ports. --- os_net_config/tests/test_impl_eni.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os_net_config/tests/test_impl_eni.py') diff --git a/os_net_config/tests/test_impl_eni.py b/os_net_config/tests/test_impl_eni.py index ff4f827..55c9c44 100644 --- a/os_net_config/tests/test_impl_eni.py +++ b/os_net_config/tests/test_impl_eni.py @@ -82,7 +82,7 @@ class TestENINetConfig(base.TestCase): def test_add_ovs_port_interface(self): interface = self._default_interface() - interface.type = 'ovs_port' + interface.ovs_port = True interface.bridge_name = 'br0' interface.use_dhcp = True self.provider.addInterface(interface) -- cgit 1.2.3-korg