Skip to content

Commit f49f8e6

Browse files
committed
Remove fog aliyun hack
Seems to be no longer needed with fog-core >= 2.3.0 References: - fog/fog-core#269 - fog/fog-aliyun#155
1 parent 5e30d57 commit f49f8e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/cloud_controller/blobstore/fog/providers.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
Fog::Logger[:deprecation] = nil
88

99
require 'fog/aliyun'
10-
# Hack until https://github.com/fog/fog-aliyun/pull/155 is merged and released
11-
Fog::Aliyun::Compute = Fog::Compute::Aliyun
12-
1310
require 'fog/aws'
1411
require 'fog/local'
1512
require 'fog/google'

0 commit comments

Comments
 (0)