From 264f33d0e548dd1497085183cccc2814fdb678ab Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 11 Aug 2013 18:11:46 +0200 Subject: [PATCH] We do not need the credentials stanza for virtualbox --- providers/virtualbox/manifest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/virtualbox/manifest.py b/providers/virtualbox/manifest.py index f3f26a6..9fd495c 100644 --- a/providers/virtualbox/manifest.py +++ b/providers/virtualbox/manifest.py @@ -10,7 +10,6 @@ class Manifest(base.Manifest): def parse(self, data): super(Manifest, self).parse(data) - self.credentials = data['credentials'] self.virtualization = data['virtualization'] self.image = data['image'] if 'loopback_dir' not in self.volume and self.volume['backing'].lower() == 's3':