# 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](https://github.com/ruby-openstack/ruby-openstack/wiki) for documentation. [![Build Status](https://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 'https://rubygems.org' gem 'openstack' ``` ## Maintainer The library is currently maintained by [Nitrado](http://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](https://github.com/rackspace/ruby-openstack-compute) and [Rackspace Cloud Files gem](https://github.com/rackspace/ruby-cloudfiles). Since Nov 2015 the library is maintained by [Nitrado](http://nitrado.net/). ## License See COPYING for license information.