# File lib/aeolus_image/model/warehouse/image.rb, line 82
        def os
          unless @os
            @os = OS.new(template_xpath("/template/os/name"), template_xpath("/template/os/version"), template_xpath("/template/os/arch"))
          end
          @os
        end