Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-19 | add cloud-config-archive input type. | Scott Moser | |
cloud-config-archive is a yaml formated document where the top level should contain an array. Each entry in the array can be one of - dict { 'filename' : 'value' , 'content' : 'value', 'type' : 'value' } filename and type may not be present - scalar(content) if filename and type are not present, they are attempted to be guessed. LP: #641504 |