lib/providers/templates/compute.rb in lorj-1.0.9 vs lib/providers/templates/compute.rb in lorj-1.0.10
- old
+ new
@@ -33,8 +33,8 @@
: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