# File lib/fog/openstack/requests/image/get_shared_images.rb, line 5 def get_shared_images(tenant_id) request( :expects => [200, 204], :method => 'GET', :path => "shared-images/#{tenant_id}" ) end