# File lib/fog/image/openstack/v2/requests/list_images.rb, line 6 def list_images(options = {}) request( :expects => [200], :method => 'GET', :path => 'images', :query => options ) end