lib/fog/joyent/compute.rb in fog-1.21.0 vs lib/fog/joyent/compute.rb in fog-1.22.0
- old
+ new
@@ -99,11 +99,11 @@
def data
self.class.data
end
def initialize(options = {})
- @joyent_username = options[:joyent_username] || Fog.credentials[:joyent_username]
- @joyent_password = options[:joyent_password] || Fog.credentials[:joyent_password]
+ @joyent_username = options[:joyent_username]
+ @joyent_password = options[:joyent_password]
end
def request(opts)
raise "Not Implemented"
end