From 000580b60ba23519210768140a020b1e36518e14 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 12 Aug 2010 12:47:26 -0400 Subject: DataSourceNoCloud: fix issue with seeded files get_data was returning True before it set self.user_data_raw and self.user_data. --- cloudinit/DataSourceNoCloud.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit') diff --git a/cloudinit/DataSourceNoCloud.py b/cloudinit/DataSourceNoCloud.py index b20a35e2..66be6126 100644 --- a/cloudinit/DataSourceNoCloud.py +++ b/cloudinit/DataSourceNoCloud.py @@ -67,7 +67,6 @@ class DataSourceNoCloud(DataSource.DataSource): ud = seedret['user-data'] found = True cloudinit.log.debug("using seeded cache data in %s" % self.seeddir) - return True # there was no indication on kernel cmdline or data # in the seeddir suggesting this handler should be used. -- cgit v1.2.3