# File lib/fog/compute/openstack/requests/list_hypervisor_servers.rb, line 5
        def list_hypervisor_servers(hypervisor_id, options = {})
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => "os-hypervisors/#{hypervisor_id}/servers",
            :query   => options
          )
        end