oem: add CloudSigma OEM

This commit is contained in:
Alex Crawford 2015-02-11 17:03:24 -08:00
parent 995bc63abe
commit 3b2af743bd

View File

@ -106,6 +106,9 @@ var (
"azure": oemConfig{ "azure": oemConfig{
"from-waagent": "/var/lib/waagent", "from-waagent": "/var/lib/waagent",
}, },
"cloudsigma": oemConfig{
"from-cloudsigma-metadata": "true",
},
} }
) )