# File lib/aeolus_image/model/warehouse/image.rb, line 66 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