From 079d9c1ad773b03d66687d4d147087543771ec67 Mon Sep 17 00:00:00 2001 From: Ryan Carey Date: Mon, 6 Jan 2014 13:18:34 -0500 Subject: [PATCH] add todo item --- dxskytap/configurations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dxskytap/configurations.py b/dxskytap/configurations.py index 63653cf..e940188 100644 --- a/dxskytap/configurations.py +++ b/dxskytap/configurations.py @@ -120,6 +120,7 @@ def wait_for(self, states=None, check_interval=15, check_limit=20): resources.extend(self.vms().values()) for network in self.networks().values(): resources.extend(network.tunnels()) + # TODO: add VPN to resource list remaining = check_limit ready = False while not ready and remaining > 0: