# File lib/fog/storage/openstack/requests/head_containers.rb, line 12
        def head_containers
          request(
            :expects => 200..299,
            :method  => 'HEAD',
            :path    => '',
            :query   => {'format' => 'json'}
          )
        end