cli_tools/gce_ovf_export/exporter/ovf_descriptor_generator.go (4 lines): - line 34: // TODO: merge with OVF import ovf_utils.go - line 191: //TODO: include minor version as well - line 193: descriptor.VirtualSystem.OperatingSystem[0].OSType = strPtr(osInfo.OsType) //TODO this field is not currently populated in ovf_utils - line 201: //TODO: this can be extracted from virt-inspector output, e.g. Windows Server 2012 R2 Standard