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