class Ropenstack::Cinder

Public Instance Methods

volumes() click to toggle source

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