Do not log configdrive contents ever
Currently this logline contains the full, base64'd configdrive. This changes it to log the file it came from instead. Change-Id: I40fa4b8d889ce08fa20f7b0841b5abf122499676 Closes-bug: 1401244
This commit is contained in:
parent
15aaa03833
commit
86d4b41709
@ -108,7 +108,7 @@ def _write_configdrive_to_partition(configdrive, device):
|
||||
|
||||
totaltime = time.time() - starttime
|
||||
LOG.info('configdrive copied from {0} to {1} in {2} seconds'.format(
|
||||
configdrive,
|
||||
filename,
|
||||
device,
|
||||
totaltime))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user