DataSourceNoCloud: fix issue with seeded files

get_data was returning True before it set self.user_data_raw and
self.user_data.
This commit is contained in:
Scott Moser 2010-08-12 12:47:26 -04:00
parent 2ed04ae00a
commit 1a7dccb5f7

View File

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