mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
We do not need the credentials stanza for virtualbox
This commit is contained in:
parent
ffbc34e23f
commit
264f33d0e5
1 changed files with 0 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue