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