forked from cloudfoundry/cloud_controller_ng
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request cloudfoundry#2478 from cloudfoundry/depend…
…abot/bundler/fog-aws-3.12.0" This reverts commit 5ee5e06, reversing changes made to 719f170. azure tests are currently failing, reverting this commit to unblock releasing
- Loading branch information
1 parent
536ab5b
commit 197a975
Showing
5 changed files
with
38 additions
and
62 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
require 'fog/core' | ||
|
||
# This can be removed once fog-google fixes | ||
# https://github.com/fog/fog-google/issues/421, which will allow us to upgrade | ||
# fog-core to 2.2.4. | ||
original = Fog::Logger[:deprecation] | ||
Fog::Logger[:deprecation] = nil | ||
|
||
require 'fog/aliyun' | ||
# Hack until https://github.com/fog/fog-aliyun/pull/155 is merged and released | ||
Fog::Aliyun::Compute = Fog::Compute::Aliyun | ||
|
||
require 'fog/aws' | ||
require 'fog/local' | ||
require 'fog/google' | ||
require 'fog/azurerm' | ||
require 'fog/openstack' | ||
|
||
Fog::Logger[:deprecation] = original |
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