Disallow gpt for ebs AMIs

This commit is contained in:
Anders Ingemann 2013-11-06 22:33:18 +01:00
parent c165bab68e
commit 90826662ac

View file

@ -28,7 +28,13 @@
"volume": {
"type": "object",
"properties": {
"backing": { "enum": ["ebs", "s3"] }
"backing": { "enum": ["ebs", "s3"] },
"partitions": {
"type": "object",
"properties": {
"type": { "enum": ["none", "mbr"] }
}
}
},
"required": ["backing"]
}