Commit 9ae3ee8a by Bach Dániel

oops

SUCCESS: 26/26 (100%) Tests passed http://pic.twitter.com/Eh4tzKgiQV
parent cb68e9b6
......@@ -266,8 +266,8 @@ class VMNetwork:
self.model = model
if not network_type:
if NATIVE_OVS:
self.network_type = 'bridge',
self.virtual_port = 'openvswitch',
self.network_type = 'bridge'
self.virtual_port = 'openvswitch'
else:
self.network_type = 'ethernet'
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment