# File lib/fog/network/openstack/requests/list_routers.rb, line 5
        def list_routers(filters = {})
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => 'routers',
            :query   => filters
          )
        end