Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
add todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
careyrp committed Jan 6, 2014
1 parent fc5523f commit 079d9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dxskytap/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 079d9c1

Please sign in to comment.