# File lib/fog/dns/openstack/v2/requests/list_pools.rb, line 6
          def list_pools(options = {})
            headers, options = Fog::DNS::OpenStack::V2.setup_headers(options)

            request(
              :expects => 200,
              :method  => 'GET',
              :path    => 'pools',
              :query   => options,
              :headers => headers
            )
          end