aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-07-02 15:13:34 -0400
committerDan Prince <dprince@redhat.com>2014-07-02 15:13:34 -0400
commit9c322bc69df99a59036cfae5e2cca8a12d2710c3 (patch)
tree627a0b0bffcef8737e456c1cabdf03aa5249d555 /os_net_config/tests
parent7d164efbc1f9636b172eae574370aad33c35d889 (diff)
ifcfg: don't call set Interface for vlans...
Drop the 'set Interface $DEVICE external-ids:iface-id=...' config from ifcfg ovs vlans.
Diffstat (limited to 'os_net_config/tests')
-rw-r--r--os_net_config/tests/test_impl_ifcfg.py2
1 files changed, 0 insertions, 2 deletions
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
"""