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.
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.
gem "ogle"
Please see the examples wiki here: https://github.com/kevinbringard/ogle/wiki/Examples
ruby 1.9.2
Add glance.trunk to your hosts file.
$ bundle exec rake
- Implement write functionality (POST/PUT)