diff options
Diffstat (limited to 'os_net_config/tests')
-rw-r--r-- | os_net_config/tests/test_impl_eni.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os_net_config/tests/test_impl_eni.py b/os_net_config/tests/test_impl_eni.py index 5a20093..a3656bf 100644 --- a/os_net_config/tests/test_impl_eni.py +++ b/os_net_config/tests/test_impl_eni.py @@ -44,7 +44,8 @@ _OVS_PORT_IFACE = _OVS_PORT_BASE + """iface eth0 inet manual ovs_type OVSPort """ -_OVS_BRIDGE_DHCP = """allow-ovs br0 +_OVS_BRIDGE_DHCP = """auto br0 +allow-ovs br0 iface br0 inet dhcp ovs_type OVSBridge ovs_ports eth0 |