diff options
author | Dan Prince <dprince@redhat.com> | 2014-07-02 15:53:05 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-07-02 15:53:05 -0400 |
commit | 7546d736d6883ee705c2b4dd1b1463d81386b2e7 (patch) | |
tree | f814630bf1c92d63ad84acf899eae30adbb1c237 /os_net_config/tests/test_impl_eni.py | |
parent | e640b3991ae9243ebeb46dd075ebe96708294c83 (diff) |
ENI: enable 'auto' on bridges by default
Diffstat (limited to 'os_net_config/tests/test_impl_eni.py')
-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 |