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