Fog::Ovirt

fog-ovirt is an ovirt provider for fog.

Installation

Add this line to your application's Gemfile:

gem 'fog-ovirt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fog-ovirt

Usage

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
      )

Contributing

Please refer to CONTRIBUTING.md.

License

Please refer to LICENSE.md.