aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

commit 8cc7c4bf884875a3a96bde83010345d6ea0bdc02
parent 30aea40d1dcc730df4cf1f738593eec6a6f8252c
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Wed, 20 Jan 2021 20:22:39 +0100

add note to remove VDE

Diffstat:
Maetherscale/computing.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/aetherscale/computing.py b/aetherscale/computing.py @@ -541,6 +541,7 @@ def run(): # a TAP interface for VDE must already have been created vde_tap_iproute = networking.Iproute2Network() + # TODO: VDE is not used anymore, we only need the br0 interface if not networking.Iproute2Network.check_device_existence(VDE_TAP_INTERFACE): vde_tap_iproute.bridged_network( 'br0', config.NETWORK_PHYSICAL_DEVICE,