README.md

Path: README.md
Last Update: Sat Feb 23 07:19:39 +0000 2019

# Ruby OpenStack

Ruby OpenStack Compute, Object-Store, Block Storage and Network bindings for the OpenStack API. It supports Keystone Authentication (v1.0, v2.0 and v3.0), Nova and Swift. See the [getting started](github.com/ruby-openstack/ruby-openstack/wiki) for documentation.

[![Build Status](travis-ci.org/ruby-openstack/ruby-openstack.svg?branch=master)](https://travis-ci.org/ruby-openstack/ruby-openstack)

## Installation

Add the Ruby OpenStack as dependency to your project Gemfile:

``` source ‘rubygems.org’ gem ‘openstack’ ```

## Maintainer

The library is currently maintained by [Nitrado](nitrado.net/). The people behind the OpenStack Team from Nitrado are Alexander Birkner and Aaron Fischer.

## Authors

  • Alexander Birkner (alexander.birkner@marbis.net)
  • Aaron Fischer (aaron.fischer@marbis.net)
  • Marios Andreou (marios@redhat.com)
  • Dan Prince (dprince@redhat.com)
  • Naveed Massjouni (naveedm9@gmail.com)

Initial code checkin on May 23rd 2012 - code refactored from and based on the Rackspace [Cloud Servers gem](github.com/rackspace/ruby-openstack-compute) and [Rackspace Cloud Files gem](github.com/rackspace/ruby-cloudfiles). Since Nov 2015 the library is maintained by [Nitrado](nitrado.net/).

## License

See COPYING for license information.

[Validate]