Module: Fog::HP::BlockStorage::Utils
Instance Method Summary collapse
Instance Method Details
#compute ⇒ Object
38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/fog/hp/block_storage.rb', line 38 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, :connection_options => @connection_options ) end |