lib/providers/templates/compute.rb in lorj-1.0.1 vs lib/providers/templates/compute.rb in lorj-1.0.2

- old
+ new

@@ -27,14 +27,14 @@ # @oForjAccount.get() # This means in following declaration in your core.rb: # obj_needs(:data, :<CloudDataKey},{:mapping => :<MyCloudKeyMapped>}) # can be updated by removing the mapping => <Value> Fog::Compute.new( - :provider => :mycloud, - :user => @oForjAccount.get(:account_id), - :pwd => @oForjAccount.get(:account_key), - :auth_uri => @oForjAccount.get(:auth_uri), - :project => @oForjAccount.get(:tenant), - :compute_service => @oForjAccount.get(:compute) + :provider => :mycloud, + :user => @oForjAccount.get(:account_id), + :pwd => @oForjAccount.get(:account_key), + :auth_uri => @oForjAccount.get(:auth_uri), + :project => @oForjAccount.get(:tenant), + :compute_service => @oForjAccount.get(:compute) ) end end