# File lib/fog/network/openstack/requests/update_quota.rb, line 5
        def update_quota(tenant_id, options = {})
          request(
            :body    => Fog::JSON.encode('quota' => options),
            :expects => 200,
            :method  => 'PUT',
            :path    => "/quotas/#{tenant_id}"
          )
        end