Method: RSpecSystem::NodeSet::Openstack#compute

Defined in:
lib/rspec-system/node_set/openstack.rb

#computeObject



77
78
79
80
81
82
83
84
# File 'lib/rspec-system/node_set/openstack.rb', line 77

def compute
  @compute || @compute = Fog::Compute.new({
    :provider => :openstack,
    :openstack_username => vmconf[:username],
    :openstack_api_key => vmconf[:api_key],
    :openstack_auth_url => vmconf[:endpoint],
  })
end