mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Merge pull request #88 from JamesBromberger/python
fix ec2 manifest and import
This commit is contained in:
commit
3af49a8e88
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
"bootstrapper": {
|
||||
"mount_dir": "/target"
|
||||
"mirror": "http://http.debian.net/"
|
||||
},
|
||||
"image": {
|
||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
|
@ -23,7 +24,7 @@
|
|||
"volume": {
|
||||
"backing": "ebs",
|
||||
"filesystem": "ext4",
|
||||
"size": 1024
|
||||
"size": 8192
|
||||
},
|
||||
"plugins": {
|
||||
"admin_user": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from base import Task
|
||||
from common import phases
|
||||
from common.exceptions import TaskError
|
||||
from filesystem import UnmountVolume
|
||||
from common.tasks.filesystem import UnmountVolume
|
||||
import time
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue