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": ["provider", "bootstrapper", "system", "volume"]
"required": ["provider", "bootstrapper", "system", "packages", "volume"]
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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