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