# File lib/deltacloud/drivers/rackspace/rackspace_client.rb, line 51
  def list_flavors
    JSON.parse(get('/flavors/detail'))['flavors']
  end