Sha256: 17ab79d81ba9b8bfd5709e7ef675c20e6083c6f2b9b20faf857e5fe3dd65050c
Contents?: true
Size: 767 Bytes
Versions: 14
Compression:
Stored size: 767 Bytes
Contents
# Fog::Ovirt fog-ovirt is an ovirt provider for [fog](https://github.com/fog/fog). ## Installation Add this line to your application's Gemfile: ```ruby gem 'fog-ovirt' ``` And then execute: $ bundle Or install it yourself as: $ gem install fog-ovirt ## Usage Require the gem: ```ruby require 'fog/ovirt' ``` Connect to ovirt instance: ```ruby 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](CONTRIBUTING.md). ## License Please refer to [LICENSE.md](LICENSE.md).
Version data entries
14 entries across 12 versions & 2 rubygems