From a1bc55fbffd03e671c907dbbfcd44d93c6c01ae4 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 3 May 2014 15:56:40 +0200 Subject: [PATCH] Fix import error with cloud_init task --- bootstrapvz/providers/gce/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrapvz/providers/gce/__init__.py b/bootstrapvz/providers/gce/__init__.py index fc7f322..cf849f8 100644 --- a/bootstrapvz/providers/gce/__init__.py +++ b/bootstrapvz/providers/gce/__init__.py @@ -12,6 +12,7 @@ from bootstrapvz.common.tasks import security from bootstrapvz.common.tasks import network from bootstrapvz.common.tasks import initd from bootstrapvz.common.tasks import workspace +import bootstrapvz.plugins.cloud_init.tasks def initialize():