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