# File lib/fog/openstack/requests/compute/update_quota.rb, line 20
        def update_quota(tenant_id, options = {})
          self.data[:quota_updated] = self.data[:quota].merge options

          response = Excon::Response.new
          response.status = 200
          response.body = { 'quota_set' => self.data[:quota_updated] }
          response
        end