From 71e8036e6534afbb871e864dba988541652dc400 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 16 Jun 2012 20:04:13 -0700 Subject: Not config anymore, now a transform --- cloudinit/stages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/stages.py b/cloudinit/stages.py index 5a00eae3..24a4d23f 100644 --- a/cloudinit/stages.py +++ b/cloudinit/stages.py @@ -474,7 +474,7 @@ class Transforms(object): func_args = [name, copy.deepcopy(self.cfg), c_cloud, transforms.LOG, args] # This name will affect the semaphore name created - run_name = "config-%s" % (name) + run_name = "transform-%s" % (name) c_cloud.run(run_name, mod.handle, func_args, freq=freq) except Exception as e: util.logexc(LOG, "Running %s (%s) failed", name, mod) -- cgit v1.2.3