# File lib/fog/openstack/requests/image/list_public_images.rb, line 5
        def list_public_images
          request(
            :expects => [200, 204],
            :method  => 'GET',
            :path    => 'images'
          )
        end