# File lib/aeolus_image/model/image.rb, line 65
      def os
        unless @os
          @os = OS.new(template_xml.xpath("/template/os/name").text, template_xml.xpath("/template/os/version").text, template_xml.xpath("/template/os/arch").text)
        end
        @os
      end