# File lib/fog/network/openstack/requests/list_subnets.rb, line 16
        def list_subnets(_filters = {})
          Excon::Response.new(
            :body   => {'subnets' => data[:subnets].values},
            :status => 200
          )
        end