Make plugins key a required manifest property

This commit is contained in:
Anders Ingemann 2013-12-29 22:35:40 +01:00
parent 31f3a71464
commit d9a7f3d1e4
9 changed files with 9 additions and 1 deletions

View file

@ -133,5 +133,5 @@
"required": ["size", "filesystem"] "required": ["size", "filesystem"]
} }
}, },
"required": ["provider", "bootstrapper", "system", "volume"] "required": ["provider", "bootstrapper", "system", "packages", "volume"]
} }

View file

@ -20,6 +20,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "ebs", "backing": "ebs",
"partitions": { "partitions": {

View file

@ -20,6 +20,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "ebs", "backing": "ebs",
"partitions": { "partitions": {

View file

@ -20,6 +20,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "ebs", "backing": "ebs",
"partitions": { "partitions": {

View file

@ -20,6 +20,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "ebs", "backing": "ebs",
"partitions": { "partitions": {

View file

@ -20,6 +20,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "ebs", "backing": "ebs",
"partitions": { "partitions": {

View file

@ -24,6 +24,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "s3", "backing": "s3",
"partitions": { "partitions": {

View file

@ -15,6 +15,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "vmdk", "backing": "vmdk",
"partitions": { "partitions": {

View file

@ -15,6 +15,7 @@
"locale": "en_US", "locale": "en_US",
"charmap": "UTF-8" "charmap": "UTF-8"
}, },
"packages": {},
"volume": { "volume": {
"backing": "vdi", "backing": "vdi",
"partitions": { "partitions": {