8f43ee1d removed a used import in the cloud-init and opennebula plugins, readded

This commit is contained in:
Anders Ingemann 2014-07-12 19:53:17 +02:00
parent b953cf7757
commit f925045e59
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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':