From 9c322bc69df99a59036cfae5e2cca8a12d2710c3 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 2 Jul 2014 15:13:34 -0400 Subject: ifcfg: don't call set Interface for vlans... Drop the 'set Interface $DEVICE external-ids:iface-id=...' config from ifcfg ovs vlans. --- os_net_config/tests/test_impl_ifcfg.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'os_net_config/tests') diff --git a/os_net_config/tests/test_impl_ifcfg.py b/os_net_config/tests/test_impl_ifcfg.py index cf1f0c0..55e926a 100644 --- a/os_net_config/tests/test_impl_ifcfg.py +++ b/os_net_config/tests/test_impl_ifcfg.py @@ -81,8 +81,6 @@ _VLAN_OVS_BRIDGE = _BASE_VLAN + """DEVICETYPE=ovs TYPE=OVSIntPort OVS_BRIDGE=br-ctlplane OVS_OPTIONS="tag=5" -OVS_EXTRA=\"set Interface $DEVICE external-ids:iface-id=$(hostname -s\ -)-$DEVICE-vif\" BOOTPROTO=none """ -- cgit 1.2.3-korg