Sha256: e46fffa01fb49ceb6c1de081dc3a2da473d19f5d754306f919059ade5dfcea7d

Contents?: true

Size: 709 Bytes

Versions: 2

Compression:

Stored size: 709 Bytes

Contents

# OCCI

[Ruby](http://www.ruby-lang.org/) bindings to [OpenNebula's](http://opennebula.org) [Open Cloud Computing Interface (OCCI)](http://www.opennebula.org/documentation:rel2.0:occidd).

## Usage

### Bundler

    gem "occi"

### Examples

See the examples section in the [wiki](http://github.com/retr0h/occi/wiki).

## Testing

MiniTest will run the tests in a random order.  When rebuilding the fixtures, the entity
tests depend on the pool tests having already been run.  Since the fixtures change infrequently,
this should be acceptable.

    $ export ONE_USER=$user
    $ export ONE_PASSWORD=$password

    $ bundle exec rake

## TODO

* Should we raise when we do not have expected HTTP code or body?

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
occi-1.0.1 README.md
occi-1.0.0 README.md