fog/fog-ovirt

Name: fog-ovirt

Owner: fog

Description: null

Created: 2017-08-13 14:23:25.0

Updated: 2018-04-11 07:22:26.0

Pushed: 2018-05-22 12:41:52.0

Homepage: null

Size: 78

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Fog::Ovirt

fog-ovirt is an ovirt provider for fog.

Installation

Add this line to your application's Gemfile:

'fog-ovirt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fog-ovirt
Usage

Require the gem:

ire 'fog/ovirt' 

Connect to ovirt instance:

ute = 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.