From ac04315710384d0eca913798700f0600c158cff4 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Thu, 3 Nov 2016 08:46:08 +0100 Subject: [PATCH] Fixed name of builder amazon-ebs-volume amazon-ebs -> amazon-ebs-volume --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94999d28c..96769cb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ FEATURES: CloudStack taking either an ISO or existing template as input. [GH-3909] * **New builder:** "profitbricks" Builder for creating images in the ProfitBricks cloud. [GH-3660] -* **New Builder:** "amazon-ebs" Can create Amazon EBS volumes which are +* **New Builder:** "amazon-ebs-volume" Can create Amazon EBS volumes which are preinitialized with a filesystem and data. [GH-4088]