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": { "volume": {
"type": "object", "type": "object",
"properties": { "properties": {
"backing": { "enum": ["ebs", "s3"] } "backing": { "enum": ["ebs", "s3"] },
"partitions": {
"type": "object",
"properties": {
"type": { "enum": ["none", "mbr"] }
}
}
}, },
"required": ["backing"] "required": ["backing"]
} }