From 4acde32c5d20d6af307ba65c339107452d310891 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 1 Dec 2013 12:41:37 +0100 Subject: [PATCH] build_metadata plugin only works with ec2 --- plugins/build_metadata/manifest-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/build_metadata/manifest-schema.json b/plugins/build_metadata/manifest-schema.json index 0a68ec2..3f47471 100644 --- a/plugins/build_metadata/manifest-schema.json +++ b/plugins/build_metadata/manifest-schema.json @@ -3,6 +3,10 @@ "title": "Build metadata plugin manifest", "type": "object", "properties": { + "provider": { + "type": "string", + "enum": ["ec2"] + }, "plugins": { "type": "object", "properties": {