fog-ovirt is an ovirt provider for fog.
Add this line to your application's Gemfile:
gem 'fog-ovirt'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-ovirt
Require the gem:
require 'fog/ovirt'
Connect to ovirt instance:
compute = Fog::Compute.new(
:provider => "ovirt",
:ovirt_username => user,
:ovirt_password => password,
:ovirt_url => url,
:ovirt_datacenter => uuid,
:ovirt_ca_cert_store => ca_cert_store
)
Please refer to CONTRIBUTING.md.
Please refer to LICENSE.md.