Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip a network that disappears during enumeration
There's a race condition in #find_network between the enumeration of the datacenter's network folder and the retrieval of each network's name. If *any* network disappears during this iteration then #create_vm will fail. This skips any network that disappears during the enumeration.
- Loading branch information