# File lib/fog/volume/openstack/requests/get_quota_defaults.rb, line 5 def get_quota_defaults(tenant_id) request( :expects => 200, :method => 'GET', :path => "/os-quota-sets/#{tenant_id}/defaults" ) end