This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: bugfix multiple sub allocation pools ranges [ISSUE #24] increase task sleep to 5s and bumping version 0.1.1 Putting back Google DNS as default if not specified remove awesome_print binding vCloud 5.5 API on 5.1 driver updated .gitignore to ignore yard docs. Debug cut and general cosmetic cleanup added DNS choice using the "ip_dns" Array config property. more debug cut cut down on debug again cut down on debug, fixed error raise in meta, removed old get_api_version misc fixes User message fixes. Updated sync_folders.rb with code from vagrant-aws, added license on top Will focus on a better sync engine later in the future. updated .gitignore Updated gemspec. Removed dependency on rest-client gem, moved everything to httpclient. removed stray comment Fixed destroy vApp bug.
- Loading branch information
Showing
19 changed files
with
276 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.vagrant/* | ||
pkg/* | ||
Gemfile.lock | ||
Gemfile.lock | ||
test-* | ||
.yardoc/* | ||
doc/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#require "vcloud-rest/connection" | ||
require "log4r" | ||
|
||
module VagrantPlugins | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.