Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.32 KB

This gem has been deprecated and will no longer be updated

This gem supports the oVirt v3 API and not the newer v4 API. If you are looking for a ruby gem for oVirt v4 check out ovirt-engine-sdk

Ovirt

Gem Version CI Code Climate Test Coverage

Ovirt provides a simple Object Oriented interface to the REST API of oVirt and RHEV-M servers.

Installation

Add this line to your application's Gemfile:

gem 'ovirt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ovirt

Usage

See examples directory for usage examples.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request