Fixes VDE not working #345.

pull/459/head
grossmj 9 years ago
parent 3e4423f663
commit 40261ec99c

@ -48,7 +48,7 @@ class NIOVDE(NIO):
@asyncio.coroutine
def create(self):
self._hypervisor.send("nio create_vde {name} {control} {local}".format(name=self._name,
yield from self._hypervisor.send("nio create_vde {name} {control} {local}".format(name=self._name,
control=self._control_file,
local=self._local_file))

Loading…
Cancel
Save