Project

ogle

0.0
No commit activity in last 3 years
No release in over 3 years
Exposes the API for OpenStack Glance. Go ahead and ogle, it's so much more than a glance.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.8.7
= 1.5.0

Runtime

~> 2.7.0
 Project Readme

Ogle

Go ahead and ogle, it's so much more than a glance.

Lean Ruby bindings to OpenStack's Glance. Exposes the Glance API endpoints in an easy to access manner.

Why

Depending on the call you make, glance will sometimes return JSON and others XML. This will normalize the returned data for easy use. Plus, I was bored.

Usage

Bundler

gem "ogle"

Examples

Please see the examples wiki here: https://github.com/kevinbringard/ogle/wiki/Examples

Compatability

ruby 1.9.2

Testing

Add glance.trunk to your hosts file.

$ bundle exec rake

TODOs

  • Implement write functionality (POST/PUT)