module Fog::HP::BlockStorage::Utils
Public Instance Methods
compute()
click to toggle source
# File lib/fog/hp/block_storage.rb, line 36 def compute @compute ||= Fog::Compute.new( :provider => 'HP', :hp_access_key => @hp_access_key, :hp_secret_key => @hp_secret_key, :hp_auth_uri => @hp_auth_uri, :hp_tenant_id => @hp_tenant_id, :hp_avl_zone => @hp_avl_zone, :credentials => @credentials, :connection_options => @connection_options ) end