Update to templating for overlays

This commit is contained in:
Gregory Kurtzer
2020-12-01 13:04:49 -08:00
parent 4d752a67db
commit cc55c2a196
7 changed files with 23 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ func templateVnfsFileInclude(vnfsname string, filepath string) string {
wwlog.Printf(wwlog.DEBUG, "Including VNFS file into template: %s: %s\n", vnfsname, filepath)
if vnfsname == "" {
wwlog.Printf(wwlog.WARN, "VNFS not set for template: %s\n", filepath)
wwlog.Printf(wwlog.WARN, "VNFS not set for template import request: %s: %s\n", vnfsname, filepath)
return ""
}