OpenstackService
Name: Cinder
Description: Implementation of the Cinder API Client in Ruby.
Author: Sam ‘Tehsmash’ Betts
Date: 01/15/2013
Gets the volumes from cinder, and provides them in a ruby hash with all information about them.
# File lib/ropenstack/cinder.rb, line 15 def volumes() return get_request(address("/volumes"), @token) end