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:
parent
2ed04ae00a
commit
1a7dccb5f7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user