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