mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
8f43ee1d
removed a used import in the cloud-init and opennebula plugins, readded
This commit is contained in:
parent
b953cf7757
commit
f925045e59
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ def validate_manifest(data, validator, error):
|
|||
|
||||
|
||||
def resolve_tasks(taskset, manifest):
|
||||
import tasks
|
||||
import bootstrapvz.providers.ec2.tasks.initd as initd_ec2
|
||||
from bootstrapvz.common.tasks import apt
|
||||
from bootstrapvz.common.tasks import initd
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
|
||||
def resolve_tasks(taskset, manifest):
|
||||
import tasks
|
||||
from bootstrapvz.common.tasks import apt
|
||||
from bootstrapvz.common.tools import get_codename
|
||||
if get_codename(manifest.system['release']) == 'wheezy':
|
||||
|
|
Loading…
Add table
Reference in a new issue